Skip to content

Commit 72d4026

Browse files
Merge pull request #45 from sassoftware/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents f3701c2 + 8707e6a commit 72d4026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
deploy:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525
- uses: actions/setup-node@v4
2626
with:
2727
cache: "npm"

0 commit comments

Comments
 (0)