Skip to content

Commit df23f84

Browse files
committed
Update actions/checkout action to v5
1 parent 45e3f51 commit df23f84

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/broken-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
link-checker:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616

1717
- run: mv .github/.lycheeignore .lycheeignore
1818

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
labels:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
with:
2020
sparse-checkout: .github/labels.yml
2121

.github/workflows/update-from-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
update_branch_merged_commit: ${{ steps.manage-branches.outputs.update_branch_merged_commit }}
3636
create_update_branch_merged_pr: ${{ steps.manage-branches.outputs.create_update_branch_merged_pr }}
3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v5
3939
with:
4040
# Required because otherwise there are always changes detected when executing diff/rev-list
4141
fetch-depth: 0
@@ -181,7 +181,7 @@ jobs:
181181
if: needs.update.outputs.create_update_branch_merged_pr == 1
182182
runs-on: ubuntu-latest
183183
steps:
184-
- uses: actions/checkout@v4
184+
- uses: actions/checkout@v5
185185
with:
186186
# Required because otherwise there are always changes detected when executing diff/rev-list
187187
fetch-depth: 0

0 commit comments

Comments
 (0)