Skip to content

Commit 9a69cd1

Browse files
Update actions/checkout action to v6.0.3
1 parent 55ec9bc commit 9a69cd1

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: runner / actionlint
1010
runs-on: ubuntu-24.04
1111
steps:
12-
- uses: actions/checkout@v6.0.2
12+
- uses: actions/checkout@v6.0.3
1313

1414
- name: actionlint
1515
uses: reviewdog/action-actionlint@v1.72.0

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ${{ matrix.ghimage }}
5353

5454
steps:
55-
- uses: actions/checkout@v6.0.2
55+
- uses: actions/checkout@v6.0.3
5656
with:
5757
submodules: true
5858

@@ -142,7 +142,7 @@ jobs:
142142
runs-on: ${{ matrix.ghimage }}
143143

144144
steps:
145-
- uses: actions/checkout@v6.0.2
145+
- uses: actions/checkout@v6.0.3
146146

147147
- name: Get Rust toolchain
148148
id: toolchain
@@ -196,7 +196,7 @@ jobs:
196196
runs-on: ${{ matrix.ghimage }}
197197

198198
steps:
199-
- uses: actions/checkout@v6.0.2
199+
- uses: actions/checkout@v6.0.3
200200

201201
- uses: docker/metadata-action@v6.1.0
202202
id: meta

.github/workflows/review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ${{ matrix.ghimage }}
3434

3535
steps:
36-
- uses: actions/checkout@v6.0.2
36+
- uses: actions/checkout@v6.0.3
3737

3838
- name: Get Rust toolchain
3939
id: toolchain

0 commit comments

Comments
 (0)