Skip to content

Commit 6ce21dd

Browse files
Merge pull request #7 from vNugglets/dependabot/github_actions/actions/checkout-6
2 parents 5f6fe54 + 779d902 commit 6ce21dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/DeployStaticSite.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Checkout repo from branch '${{github.ref_name}}'
37-
uses: actions/checkout@v5
37+
uses: actions/checkout@v6
3838
- name: Setup Pages
3939
uses: actions/configure-pages@v5
4040
- name: Upload Pages artifact

0 commit comments

Comments
 (0)