diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index 196960cf80..919738a268 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -76,7 +76,7 @@ jobs: mkdir -p "$RUNNER_TEMP/ahk" && "$WINDIR/system32/tar.exe" -C "$RUNNER_TEMP/ahk" -xf "$RUNNER_TEMP/ahk.zip" && cygpath -aw "$RUNNER_TEMP/ahk" >>$GITHUB_PATH - - uses: actions/setup-node@v4 # the hook uses node for the background process + - uses: actions/setup-node@v5 # the hook uses node for the background process - uses: actions/cache/restore@v4 id: restore-win32-openssh with: