Update to checkout@v4 in github pages workflow
This commit is contained in:
parent
bc5908c12a
commit
0e656543de
|
@ -41,7 +41,7 @@ jobs:
|
|||
|
||||
- name: Checkout repository for Github Pages
|
||||
if: github.event_name == 'push'
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: pokerogue_gh
|
||||
ref: gh-pages
|
||||
|
|
Loading…
Reference in New Issue