Skip to content

Commit 16624d2

Browse files
authored
Merge pull request #1 from EEWBot/renovate/actions-checkout-4.x
2 parents 615c2c9 + d2960f1 commit 16624d2

2 files changed

Lines changed: 2 additions & 2 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-22.04
1111
steps:
12-
- uses: actions/checkout@v4.1.7
12+
- uses: actions/checkout@v4.2.2
1313
- name: actionlint
1414
uses: reviewdog/action-actionlint@v1.65.2
1515
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-22.04
1818
steps:
19-
- uses: actions/checkout@v4.1.7
19+
- uses: actions/checkout@v4.2.2
2020

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

0 commit comments

Comments
 (0)