File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1010 os : [ubuntu, macos, windows]
1111 runs-on : ${{ matrix.os }}-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414 - uses : actions/setup-go@v5
1515 with :
1616 go-version : ' stable'
3030 env :
3131 GOOS : ${{ matrix.os }}
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v6
3434 - uses : actions/setup-go@v5
3535 with :
3636 go-version : ' stable'
5151 env :
5252 GOOS : ${{ matrix.os }}
5353 steps :
54- - uses : actions/checkout@v4
54+ - uses : actions/checkout@v6
5555 - uses : actions/setup-go@v5
5656 with :
5757 go-version : ' stable'
Original file line number Diff line number Diff line change 1717 name : Make macOS DMG
1818 runs-on : macos-latest
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v6
2121 with :
2222 # we need the whole thing so we can count commits.
2323 fetch-depth : ' 0'
5252 env :
5353 GPG_SIGNING_KEY : ${{ secrets.GPG_SIGNING_KEY }}
5454 steps :
55- - uses : actions/checkout@v4
55+ - uses : actions/checkout@v6
5656 with :
5757 # we need the whole thing so we can count commits.
5858 fetch-depth : ' 0'
@@ -173,7 +173,7 @@ jobs:
173173 name : Deploy ArchLinux AUR
174174 runs-on : ubuntu-latest
175175 steps :
176- - uses : actions/checkout@v4
176+ - uses : actions/checkout@v6
177177 with :
178178 fetch-depth : ' 0'
179179 - name : Deploy Arch AUR
@@ -194,7 +194,7 @@ jobs:
194194
195195 steps :
196196 - name : Checkout repository
197- uses : actions/checkout@v4
197+ uses : actions/checkout@v6
198198
199199 - name : Set up QEMU
200200 uses : docker/setup-qemu-action@v3
You can’t perform that action at this time.
0 commit comments