Skip to content

Commit bbfb228

Browse files
authored
Auto merge! (merge-pr-in-all)
Update actions/checkout action to v7
2 parents cab93e8 + dd3539d commit bbfb228

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@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
13+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
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@v6.0.3
19+
- uses: actions/checkout@v7.0.0
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@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
14+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1515
- uses: actions/setup-node@v6.4.0
1616

1717
- name: install

0 commit comments

Comments
 (0)