We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55b70d6 commit 49181b9Copy full SHA for 49181b9
1 file changed
.github/workflows/deploy.yaml
@@ -78,7 +78,7 @@ jobs:
78
- name: Check all references cited
79
if: ${{ steps.references.outputs.uncited > 0 }}
80
# yamllint disable-line rule:line-length
81
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
+ uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
82
with:
83
script: core.setFailed('Not all references cited')
84
0 commit comments