Skip to content

Commit d4ceffb

Browse files
authored
chore(deps): update actions/github-script action to v9 (#3411)
1 parent cbff4f5 commit d4ceffb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-push-cft-devtools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: Open issue if push failed
5959
if: ${{ failure() && steps.filter.outputs.src == 'true' }}
60-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
60+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
6161
with:
6262
script: |-
6363
github.rest.issues.create({

0 commit comments

Comments
 (0)