From ffc07b1d497199f5b8d2005dfa122f3fbee32823 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 04:09:47 +0000 Subject: [PATCH 1/2] fixup! ci: add an AutoHotKey-based integration test 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](https://github.com/actions/setup-node/compare/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] Signed-off-by: Johannes Schindelin --- .github/workflows/ui-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index 196960cf80..919738a268 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -76,7 +76,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@v4 # the hook uses node for the background process + - uses: actions/setup-node@v5 # the hook uses node for the background process - uses: actions/cache/restore@v4 id: restore-win32-openssh with: From 5aed91d1591fc4c76403d66236d2f9b4b892d1ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 04:09:44 +0000 Subject: [PATCH 2/2] fixup! ci: run Git's entire test suite build(deps): bump actions/github-script from 7 to 8 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: Johannes Schindelin --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index deccb5a0d6..abdfee9b90 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -50,7 +50,7 @@ jobs: # Cannot just grab from https://github.com/git-for-windows/git-sdk-64/releases/tag/ci-artifacts # because we also need the git-artifacts id: ci-artifacts-run-id - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const [ owner, repo ] = process.env.G4W_SDK_REPO.split('/')