Skip to content

Commit 7ef0cd5

Browse files
authored
ci(github-pages.yml): Update workflows
1 parent 38c1991 commit 7ef0cd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/github-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
cd $GITHUB_WORKSPACE
2828
- name: Checkout current repo
2929
if: ${{ env.RUN_NEEDED == 'true' }}
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v4
3131
- name: Checkout built GitHub Pages from Secvisogram repo
3232
if: ${{ env.RUN_NEEDED == 'true' }}
33-
uses: actions/checkout@v2
33+
uses: actions/checkout@v4
3434
with:
3535
repository: secvisogram/secvisogram
3636
ref: gh-pages
@@ -42,7 +42,7 @@ jobs:
4242
rm -rf .git
4343
- name: Deploy to GitHub Pages
4444
if: ${{ env.RUN_NEEDED == 'true' }}
45-
uses: crazy-max/ghaction-github-pages@v2
45+
uses: crazy-max/ghaction-github-pages@v4
4646
with:
4747
repo: secvisogram/secvisogram.github.io
4848
target_branch: gh-pages

0 commit comments

Comments
 (0)