Skip to content

Commit 4e8c23f

Browse files
authored
Merge pull request #763 from Shopify/dependabot/github_actions/actions/github-script-9.0.0
Bump actions/github-script from 8.0.0 to 9.0.0
2 parents cbb6a01 + 1960460 commit 4e8c23f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependabot_automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
github-token: "${{ secrets.GITHUB_TOKEN }}"
1818
- name: Enable auto-merge for Dependabot PRs
1919
if: ${{ steps.metadata.outputs.update-type != 'version-update:semver-major' }}
20-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
20+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
2121
with:
2222
github-token: "${{ secrets.GITHUB_TOKEN }}"
2323
script: |

0 commit comments

Comments
 (0)