mirror of
https://github.com/kou029w/chirimen-hands-on.git
synced 2025-01-17 23:55:03 +00:00
actions/checkout@v4
This commit is contained in:
parent
e1e6a8c625
commit
d785ed14a1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/github-pages.yml
vendored
2
.github/workflows/github-pages.yml
vendored
|
@ -6,7 +6,7 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- run: make build
|
||||
- uses: actions/upload-pages-artifact@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue