Skip to content

Commit

Permalink
Update GitHub Actions to supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ISSOtm committed Apr 19, 2024
1 parent 3798c5b commit f76ffcf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
name: Build docusaurus app
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.x
cache: yarn
Expand All @@ -39,7 +39,7 @@ jobs:
done
done
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: build/
deploy:
Expand All @@ -54,5 +54,5 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit f76ffcf

Please sign in to comment.