We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b9f6a8 commit 8d5b399Copy full SHA for 8d5b399
1 file changed
.github/workflows/pr-preview.yml
@@ -74,7 +74,7 @@ jobs:
74
75
- name: Comment on PR
76
if: steps.version_check.outputs.exists != 'true'
77
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3
+ uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
78
env:
79
VERSION: ${{ env.VERSION }}
80
with:
0 commit comments