Skip to content

Commit 54ecc89

Browse files
Update actions/checkout action to v5
1 parent 1b67310 commit 54ecc89

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@v4.2.2
12+
- uses: actions/checkout@v5.0.0
1313

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

.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@v4.2.2
41+
- uses: actions/checkout@v5.0.0
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@v4.2.2
32+
- uses: actions/checkout@v5.0.0
3333

3434
- run: |
3535
echo > targets.txt

0 commit comments

Comments
 (0)