Skip to content

Commit b0b9d43

Browse files
Update actions/checkout action to v7
1 parent 525f017 commit b0b9d43

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
@@ -7,7 +7,7 @@ jobs:
77
name: Build Content
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v6
10+
- uses: actions/checkout@v7
1111
- uses: codespell-project/actions-codespell@v2
1212
with:
1313
check_hidden: true

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Deploy to GitHub Pages
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@v7
2222
with:
2323
ref: ${{ inputs.branch || 'main' }}
2424
- uses: actions/setup-node@v6

0 commit comments

Comments
 (0)