Skip to content

Commit 47c862d

Browse files
Update actions/checkout action to v6
1 parent 09ead0c commit 47c862d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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@v5.0.1
12+
- uses: actions/checkout@v6.0.0
1313
- name: actionlint
1414
uses: reviewdog/[email protected]
1515
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: release
2424
runs-on: ubuntu-24.04
2525
steps:
26-
- uses: actions/checkout@v5.0.1
26+
- uses: actions/checkout@v6.0.0
2727

2828
- if: ${{ matrix.target == 'x86_64-pc-windows-gnu' }}
2929
run: |

.github/workflows/review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
rust:
1717
runs-on: ubuntu-24.04
1818
steps:
19-
- uses: actions/checkout@v5.0.1
19+
- uses: actions/checkout@v6.0.0
2020

2121
- uses: actions-rs/[email protected]
2222
with:

0 commit comments

Comments
 (0)