Skip to content

Commit 9e11f7e

Browse files
authored
Merge pull request #176 from impresscms-dev/dependabot/github_actions/actions/github-script-8
Build(deps): Bump actions/github-script from 7 to 8
2 parents f0c89f4 + bb3f7ea commit 9e11f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
number: "${{ github.event.workflow_run.pull_requests[0].number }}"
2929

3030
- name: "Merge pull request"
31-
uses: "actions/github-script@v7"
31+
uses: "actions/github-script@v8"
3232
with:
3333
github-token: "${{ secrets.GITHUB_TOKEN }}"
3434
script: |

0 commit comments

Comments
 (0)