From 8c4db738cb304c75e8999a987d89ad536a22a3f5 Mon Sep 17 00:00:00 2001 From: "ro-bott[bot]" <151924872+ro-bott[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 02:20:48 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v7 | datasource | package | from | to | | ----------- | ------------------------------- | ---- | -- | | github-tags | peter-evans/create-pull-request | v6 | v7 | --- .github/workflows/nvfetcher.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nvfetcher.yaml b/.github/workflows/nvfetcher.yaml index 3e6c48c..33a0602 100644 --- a/.github/workflows/nvfetcher.yaml +++ b/.github/workflows/nvfetcher.yaml @@ -36,7 +36,7 @@ jobs: private_key: ${{ secrets.BOT_APP_PRIVATE_KEY }} - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ steps.generate-token.outputs.token }} title: "chore(deps): update packages managed by nvfetcher"