Skip to content

Commit 231c9fc

Browse files
authored
Chore: Upgrade create-pull-request action to v8.0.0 in GitHub Actions… (#698)
… workflow
1 parent 5f8a4fd commit 231c9fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-israeli-bank-scrapers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
echo "diff_link=https://github.com/eshaham/israeli-bank-scrapers/compare/v${{ steps.get_old_version.outputs.old_version }}...v${{ steps.get_new_version.outputs.new_version }}" >> $GITHUB_OUTPUT
4545
- name: Create pull request
46-
uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2
46+
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
4747
with:
4848
token: ${{ secrets.GITHUB_TOKEN }}
4949
branch: 'deps/israeli-bank-scrapers-core'

0 commit comments

Comments
 (0)