Skip to content

Commit 59552c0

Browse files
Merge pull request #150 from impresscms-dev/dependabot/github_actions/actions/github-script-8
Bump actions/github-script from 7 to 8
2 parents 7b361a8 + d5dac79 commit 59552c0

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
@@ -25,7 +25,7 @@ jobs:
2525
number: "${{ github.event.workflow_run.pull_requests[0].number }}"
2626

2727
- name: "Merge pull request"
28-
uses: "actions/github-script@v7"
28+
uses: "actions/github-script@v8"
2929
with:
3030
github-token: "${{ secrets.GITHUB_TOKEN }}"
3131
script: |

0 commit comments

Comments
 (0)