Skip to content

Commit 8a8b4cc

Browse files
committed
Update actions/checkout action to v7
1 parent 062a76a commit 8a8b4cc

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
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
timeout-minutes: 15
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717

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

.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
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
timeout-minutes: 10
1818
steps:
19-
- uses: actions/checkout@v6
19+
- uses: actions/checkout@v7
2020
with:
2121
sparse-checkout: .github/labels.yml
2222

0 commit comments

Comments
 (0)