Skip to content

Commit 8cdb6cd

Browse files
renovate[bot]jwodder
authored andcommitted
[github-actions] Update actions/checkout action to v7
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v6.0.3 | v7.0.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dbc68a4 commit 8cdb6cd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/minimum-vcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Check out repository
22-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
22+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2323
with:
2424
persist-credentials: false
2525

.github/workflows/no-vcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Check out repository
22-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
22+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2323
with:
2424
persist-credentials: false
2525

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
os: ubuntu-latest
4747
steps:
4848
- name: Check out repository
49-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
49+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
5050
with:
5151
persist-credentials: false
5252

0 commit comments

Comments
 (0)