File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5050 # Cannot just grab from https://github.com/git-for-windows/git-sdk-64/releases/tag/ci-artifacts
5151 # because we also need the git-artifacts
5252 id : ci-artifacts-run-id
53- uses : actions/github-script@v7
53+ uses : actions/github-script@v8
5454 with :
5555 script : |
5656 const [ owner, repo ] = process.env.G4W_SDK_REPO.split('/')
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments