File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 env :
2121 MY_JOB_VAR : ' allons-y!'
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v6
2424
2525 - name : Set up Alpine Linux ${{ matrix.alpine }} ${{ matrix.arch }}
2626 uses : ./
9393 test-multi :
9494 runs-on : ubuntu-latest
9595 steps :
96- - uses : actions/checkout@v4
96+ - uses : actions/checkout@v6
9797
9898 - name : Install latest Alpine Linux x86_64
9999 uses : ./
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ Path to the created Alpine root directory.
121121----
122122runs-on: ubuntu-latest
123123steps:
124- - uses: actions/checkout@v2
124+ - uses: actions/checkout@v4
125125
126126 - name: Setup latest Alpine Linux
127127 uses: {action-ref}
@@ -234,7 +234,7 @@ strategy:
234234env:
235235 CROSS_SYSROOT: /mnt/alpine-${{ matrix.os-arch }}
236236steps:
237- - uses: actions/checkout@v1
237+ - uses: actions/checkout@v4
238238
239239 - name: Set up Alpine Linux for ${{ matrix.os-arch }} (target arch)
240240 id: alpine-target
You can’t perform that action at this time.
0 commit comments