We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e5360b + 3ed6e0d commit 31cb767Copy full SHA for 31cb767
1 file changed
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
fail-on-invalid: false
73
all-errors: true
74
- name: Confirm Output
75
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
+ uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
76
env:
77
SINGLE_FILE_VALID: ${{ steps.single-file-valid.outputs.valid }}
78
SINGLE_FILE_NOT_VALID: ${{ steps.single-file-not-valid.outputs.valid }}
0 commit comments