Skip to content

Commit e39c89d

Browse files
authored
Merge pull request #11 from xdev-software/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents e39176b + 6ff3125 commit e39c89d

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@v5
15+
- uses: actions/checkout@v6
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@v5
18+
- uses: actions/checkout@v6
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@v5
38+
- uses: actions/checkout@v6
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@v5
184+
- uses: actions/checkout@v6
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)