Skip to content

Commit 6ed45fb

Browse files
Update actions/checkout action to v6
1 parent aa1afdf commit 6ed45fb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-24.04
2222
container: ubuntu:20.04
2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v6
2525

2626
- name: Build examples
2727
run: |
@@ -48,7 +48,7 @@ jobs:
4848
container: ${{ matrix.os }}
4949
needs: test-examples # always run after the baseline tests
5050
steps:
51-
- uses: actions/checkout@v4
51+
- uses: actions/checkout@v6
5252

5353
- name: Prerequisites for CentOS 8
5454
if: matrix.os == 'centos:8'
@@ -80,7 +80,7 @@ jobs:
8080
# Steps represent a sequence of tasks that will be executed as part of the job
8181
steps:
8282
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
83-
- uses: actions/checkout@v4
83+
- uses: actions/checkout@v6
8484

8585
- name: Install required packages
8686
run: |
@@ -109,7 +109,7 @@ jobs:
109109
runs-on: ubuntu-24.04
110110
needs: ["test-riscos", "test-platforms"]
111111
steps:
112-
- uses: actions/checkout@v4
112+
- uses: actions/checkout@v6
113113
with:
114114
fetch-depth: 0
115115

@@ -145,7 +145,7 @@ jobs:
145145
# Steps represent a sequence of tasks that will be executed as part of the job
146146
steps:
147147
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
148-
- uses: actions/checkout@v4
148+
- uses: actions/checkout@v6
149149
with:
150150
fetch-depth: 0
151151

0 commit comments

Comments
 (0)