Skip to content

Commit

Permalink
Update GitHub Actions versions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelCDL committed Jul 31, 2024
1 parent 61f62e9 commit 4e02870
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'
cache: 'npm'
- name: Set Font Awesome token and dry run installation
run: |
Expand All @@ -33,11 +33,11 @@ jobs:
- name: Create build
run: npm run build
- name: Setup Pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v5
- name: Upload build
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: 'fractal-dist'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit 4e02870

Please sign in to comment.