Skip to content

Commit a9da0bc

Browse files
authored
chore: merge pull request #345 from Aethersailor/dependabot/github_actions/actions/github-script-8
chore(deps): bump actions/github-script from 7 to 8
2 parents 127e9b6 + 87fee8a commit a9da0bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Enable auto-merge
17-
uses: actions/github-script@v7
17+
uses: actions/github-script@v8
1818
with:
1919
script: |
2020
const pr = context.payload.pull_request;

0 commit comments

Comments
 (0)