Skip to content

Commit 5e7ea17

Browse files
authored
Auto merge! (merge-pr-in-all)
Update actions/checkout action to v7.0.1
2 parents ae4add4 + 64f7e5c commit 5e7ea17

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
@@ -10,7 +10,7 @@ jobs:
1010
name: runner / actionlint
1111
runs-on: ubuntu-24.04
1212
steps:
13-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
13+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1414
- name: actionlint
1515
uses: reviewdog/action-actionlint@v1.72.0
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@v7.0.0
19+
- uses: actions/checkout@v7.0.1
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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
14+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1515
- uses: actions/setup-node@v7.0.0
1616

1717
- name: install

0 commit comments

Comments
 (0)