Skip to content

Commit 49181b9

Browse files
chore(deps): renovate: actions/github-script to v9
1 parent 55b70d6 commit 49181b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Check all references cited
7979
if: ${{ steps.references.outputs.uncited > 0 }}
8080
# yamllint disable-line rule:line-length
81-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
81+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
8282
with:
8383
script: core.setFailed('Not all references cited')
8484

0 commit comments

Comments
 (0)