Skip to content

Commit 311c5ac

Browse files
authored
Merge pull request #549 from tiddlyhost/renovate/actions-checkout-7.x
Update actions/checkout action to v7
2 parents 658db60 + cf24957 commit 311c5ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@v7
2121
with:
2222
show-progress: false
2323
fetch-depth: 0

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout code
33-
uses: actions/checkout@v6
33+
uses: actions/checkout@v7
3434
with:
3535
show-progress: false
3636

0 commit comments

Comments
 (0)