Skip to content

Commit 1a1fada

Browse files
.github: re-pin github-script to v3
When tsscr bumped the version of the action to v6, we experienced some failures in our nightly runs. To make the action operable again, we pin the action to the former: v3.
1 parent faab8de commit 1a1fada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo "BUILD_OUTPUT_LIST=$(cat tmp2.txt | tr '\n' ',' | perl -ple 'chop')" >> $GITHUB_ENV
3939
rm -rf tmp.txt && rm -rf tmp2.txt
4040
- name: Advance nightly tag
41-
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
41+
uses: actions/github-script@ffc2c79a5b2490bd33e0a41c1de74b877714d736 # v3
4242
with:
4343
github-token: ${{ secrets.GITHUB_TOKEN }}
4444
script: |

0 commit comments

Comments
 (0)