Skip to content

Commit 2fab2c4

Browse files
authored
Merge pull request #384 from Behat/dependabot/github_actions/actions/github-script-8
chore(deps): Bump actions/github-script from 7 to 8
2 parents a70421e + 52e4fa7 commit 2fab2c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Check whether to update or create PR
2727
id: check-existing-pr
28-
uses: actions/github-script@v7
28+
uses: actions/github-script@v8
2929
with:
3030
script: |
3131
async function findOpenPR({owner, repo, branchPrefix}) {

0 commit comments

Comments
 (0)