Skip to content

Commit 595da09

Browse files
authored
Merge pull request #2549 from renovate-bot/renovate/major-github-actions
Update actions/checkout action to v7
2 parents 43ec584 + 9fac94b commit 595da09

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/check-untracked-repos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
permissions:
1616
contents: read
1717
steps:
18-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
18+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1919
with:
2020
persist-credentials: false
2121

.github/workflows/dry-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
permissions:
3333
pull-requests: write # Needed to post and edit the dry-run result comment on the PR
3434
steps:
35-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
35+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3636
with:
3737
# If the PR is from this repository, checkout the PR sha,
3838
# so that we can also test code changes.

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
permissions:
3131
contents: read
3232
steps:
33-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
33+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3434
with:
3535
fetch-depth: 50
3636
persist-credentials: false
@@ -87,7 +87,7 @@ jobs:
8787
pages: write # Needed to deploy the built static API to GitHub Pages
8888
if: github.event_name != 'pull_request'
8989
steps:
90-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
90+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
9191
with:
9292
persist-credentials: false
9393

@@ -131,7 +131,7 @@ jobs:
131131
permissions:
132132
contents: read
133133
steps:
134-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
134+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
135135
with:
136136
persist-credentials: false
137137

0 commit comments

Comments
 (0)