Skip to content

Commit 6593c52

Browse files
authored
Merge pull request #14 from xdev-software/renovate/actions-checkout-7.x
Update actions/checkout action to v7
2 parents 89d8065 + bc0d826 commit 6593c52

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@v6
15+
- uses: actions/checkout@v7
1616

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

.github/workflows/report-gha-workflow-security-problems.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# Only run this in our repos (Prevent notification spam by forks)
1818
if: ${{ github.repository_owner == 'xdev-software' }}
1919
steps:
20-
- uses: actions/checkout@v6
20+
- uses: actions/checkout@v7
2121

2222
- name: Check
2323
id: check

.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@v6
18+
- uses: actions/checkout@v7
1919
with:
2020
sparse-checkout: .github/labels.yml
2121

0 commit comments

Comments
 (0)