Skip to content

Commit

Permalink
Bump peter-evans/create-pull-request from 6 to 7 in the github-action…
Browse files Browse the repository at this point in the history
…s group (#53)
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent b70838e commit 20a19a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-cef-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
nix build .#default \
--print-build-logs --no-update-lock-file
- run: git status && git diff --cached
- uses: peter-evans/create-pull-request@v6
- uses: peter-evans/create-pull-request@v7
with:
git-token: ${{ secrets.GIT_PAT }}
branch: upgrade-cef-binary
branch-token: ${{ secrets.GIT_PAT }}
title: Upgrade cef_binary to `${{ steps.update_cef_version.outputs.cef_binary_version }}`
body: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
commit-message: Upgrade cef_binary to `${{ steps.update_cef_version.outputs.cef_binary_version }}`

0 comments on commit 20a19a8

Please sign in to comment.