mirror of
https://github.com/git-for-windows/git.git
synced 2026-06-13 08:57:56 -05:00
Update GitHub Actions versions used in the GitHub workflows (#6220)
This includes https://github.com/gitgitgadget/git/pull/2097 and a `fixup!` for a workflow that is not upstream (Nano Server).
This commit is contained in:
committed by
Git for Windows Build Agent
commit
1fb4dd69be
4
.github/workflows/nano-server.yml
vendored
4
.github/workflows/nano-server.yml
vendored
@@ -14,8 +14,8 @@ jobs:
|
||||
IMAGE: mcr.microsoft.com/powershell:nanoserver-ltsc2022
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: git-for-windows/setup-git-for-windows-sdk@v1
|
||||
- uses: actions/checkout@v6
|
||||
- uses: git-for-windows/setup-git-for-windows-sdk@v2
|
||||
- name: build Git
|
||||
shell: bash
|
||||
run: make -j15
|
||||
|
||||
Reference in New Issue
Block a user