Skip to content

Commit 7701442

Browse files
authored
Merge pull request #114 from git-for-windows/dependabot/github_actions/actions/setup-node-6
build(deps): bump actions/setup-node from 5 to 6
2 parents 9a64593 + 6f61bb3 commit 7701442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ui-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
mkdir -p "$RUNNER_TEMP/ahk" &&
7777
"$WINDIR/system32/tar.exe" -C "$RUNNER_TEMP/ahk" -xf "$RUNNER_TEMP/ahk.zip" &&
7878
cygpath -aw "$RUNNER_TEMP/ahk" >>$GITHUB_PATH
79-
- uses: actions/setup-node@v5 # the hook uses node for the background process
79+
- uses: actions/setup-node@v6 # the hook uses node for the background process
8080
- uses: actions/cache/restore@v4
8181
id: restore-win32-openssh
8282
with:

0 commit comments

Comments
 (0)