diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a937e7a94..f7e18cda7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -70,7 +70,7 @@ jobs: - name: Create Pull Request if: ${{ github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }} - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: base: main token: ${{ secrets.COMMITTER_TOKEN }} diff --git a/.github/workflows/update-nixpkgs-archive.yml b/.github/workflows/update-nixpkgs-archive.yml index cdae572a9..be004691e 100644 --- a/.github/workflows/update-nixpkgs-archive.yml +++ b/.github/workflows/update-nixpkgs-archive.yml @@ -40,7 +40,7 @@ jobs: echo "::set-output name=url::$URL" - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.COMMITTER_TOKEN }} title: Update nixpkgs archive