Skip to content

Commit b7af778

Browse files
authored
Update Generate GitHub Pages.yml
1 parent 910987f commit b7af778

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Generate GitHub Pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
build:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v4
2727
with:
2828
token: ${{ secrets.GHPAGES_PUSH_TOKEN }}
2929
ref: master
3030
- name: Checkout gh-pages branch
31-
uses: actions/checkout@v2
31+
uses: actions/checkout@v4
3232
with:
3333
token: ${{ secrets.GHPAGES_PUSH_TOKEN }}
3434
ref: gh-pages

0 commit comments

Comments
 (0)