Skip to content

Commit b797f03

Browse files
committed
fixup! Add a GitHub workflow to verify that Git/Scalar work in Nano Server
Bump actions/checkout from v5 to v6 and git-for-windows/setup-git-for-windows-sdk from v1 to v2. Both bumps are Node.js 20 to Node.js 24 runtime migrations with no functional changes to the actions themselves. checkout v6 moves persisted credentials to `` instead of `.git/config`, which does not affect this workflow since no subsequent steps rely on the credential location. The setup-sdk v2 provisions the same minimal SDK as v1. Risk: very low. The only precondition is a recent Actions Runner, which github.com-hosted runners already satisfy. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 3893744 commit b797f03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nano-server.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
IMAGE: mcr.microsoft.com/powershell:nanoserver-ltsc2022
1515

1616
steps:
17-
- uses: actions/checkout@v5
18-
- uses: git-for-windows/setup-git-for-windows-sdk@v1
17+
- uses: actions/checkout@v6
18+
- uses: git-for-windows/setup-git-for-windows-sdk@v2
1919
- name: build Git
2020
shell: bash
2121
run: make -j15

0 commit comments

Comments
 (0)