Skip to content

Commit 77f7ddd

Browse files
[Update Github Actions]: Update actions/checkout digest Updated to latest release
1 parent 5e2606a commit 77f7ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
# Check out the repository
28-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
28+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2929
# Push the `website/public` directory to `gh-pages` via `git subtree push`
3030
- name: Push to gh-pages branch
3131
run: git push origin `git subtree split --prefix website/public main`:gh-pages --force

0 commit comments

Comments
 (0)