Skip to content

Commit 61bdba4

Browse files
Update actions/checkout action to v6.0.2
1 parent dd6ac89 commit 61bdba4

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
@@ -10,7 +10,7 @@ jobs:
1010
name: runner / actionlint
1111
runs-on: ubuntu-24.04
1212
steps:
13-
- uses: actions/checkout@v6.0.1
13+
- uses: actions/checkout@v6.0.2
1414
- name: actionlint
1515
uses: reviewdog/action-actionlint@v1.69.1
1616
with:

.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@v6.0.1
19+
- uses: actions/checkout@v6.0.2
2020

2121
- uses: actions-rs/toolchain@v1.0.7
2222
with:

.github/workflows/validate-renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-24.04
1212

1313
steps:
14-
- uses: actions/checkout@v6.0.1
14+
- uses: actions/checkout@v6.0.2
1515
- uses: actions/setup-node@v6.2.0
1616

1717
- name: install

0 commit comments

Comments
 (0)