Skip to content

Commit 5145bf8

Browse files
Update actions/checkout action to v6.0.2
1 parent c80a5fe commit 5145bf8

3 files changed

Lines changed: 3 additions & 3 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.1
12+
- uses: actions/checkout@v6.0.2
1313

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

.github/workflows/ci.yml

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

4040
steps:
41-
- uses: actions/checkout@v6.0.1
41+
- uses: actions/checkout@v6.0.2
4242

4343
- run: |
4444
echo > targets.txt

.github/workflows/review.yml

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

3131
steps:
32-
- uses: actions/checkout@v6.0.1
32+
- uses: actions/checkout@v6.0.2
3333

3434
- run: |
3535
echo > targets.txt

0 commit comments

Comments
 (0)