use actions/checkout@v3

This commit is contained in:
Nebel 2023-03-01 15:30:44 +09:00
parent 019a4def63
commit 055deb0ce4

View file

@ -10,7 +10,7 @@ jobs:
environment: github-pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: npx @marp-team/marp-cli README.md -o pages/index.html
- uses: actions/upload-pages-artifact@v1
with: