We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a64593 + 6f61bb3 commit 7701442Copy full SHA for 7701442
.github/workflows/ui-tests.yml
@@ -76,7 +76,7 @@ jobs:
76
mkdir -p "$RUNNER_TEMP/ahk" &&
77
"$WINDIR/system32/tar.exe" -C "$RUNNER_TEMP/ahk" -xf "$RUNNER_TEMP/ahk.zip" &&
78
cygpath -aw "$RUNNER_TEMP/ahk" >>$GITHUB_PATH
79
- - uses: actions/setup-node@v5 # the hook uses node for the background process
+ - uses: actions/setup-node@v6 # the hook uses node for the background process
80
- uses: actions/cache/restore@v4
81
id: restore-win32-openssh
82
with:
0 commit comments