Skip to content

Commit 8b8df44

Browse files
authored
Auto merge! (merge-pr-in-all)
Update actions/checkout action to v5.0.1
2 parents 0492d16 + 889072e commit 8b8df44

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
13+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1414
- name: actionlint
1515
uses: reviewdog/[email protected]
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/[email protected].0
19+
- uses: actions/[email protected].1
2020

2121
- uses: actions-rs/[email protected]
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
14+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1515
- uses: actions/[email protected]
1616

1717
- name: install

0 commit comments

Comments
 (0)