Skip to content

Commit 9426fc9

Browse files
authored
Merge pull request #111 from git-for-windows/upgrade-actions
Upgrade Actions
2 parents 2f764c0 + 5aed91d commit 9426fc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
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('/')

.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)