Skip to content

Commit a3ccbd2

Browse files
build(deps): bump actions/setup-node from 4 to 5
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2f764c0 commit a3ccbd2

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@v4 # the hook uses node for the background process
79+
- uses: actions/setup-node@v5 # 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)