Skip to content

Commit 3c47ab7

Browse files
authored
Merge pull request #13 from uwescience/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 599c2c0 + 544742f commit 3c47ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
pages: write
2222
id-token: write
2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525

2626
# Install dependencies
2727
- name: Set up Python 3.11

0 commit comments

Comments
 (0)