Skip to content

Commit 50a1d4b

Browse files
committed
CI: Bump actions/checkout from v1 to v4
1 parent 2545fef commit 50a1d4b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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: ./
@@ -93,7 +93,7 @@ jobs:
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: ./

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Path to the created Alpine root directory.
121121
----
122122
runs-on: ubuntu-latest
123123
steps:
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:
234234
env:
235235
CROSS_SYSROOT: /mnt/alpine-${{ matrix.os-arch }}
236236
steps:
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

0 commit comments

Comments
 (0)