diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index f0ed8020b3..b4a9242d3c 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -73,7 +73,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@v6 # the hook uses node for the background process + - uses: actions/setup-node@v7 # the hook uses node for the background process - uses: actions/cache/restore@v6 id: restore-win32-openssh with: