Skip to content

Commit

Permalink
Using node20 based github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSpaar committed Feb 26, 2024
1 parent cce741b commit c9c25eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Checkout 🔔
uses: actions/checkout@v4
- name: Setup Python 🐍
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Install dependencies 🧰
Expand All @@ -34,11 +34,11 @@ jobs:
env:
REPO: ${{ github.repository }}
- name: Setup Pages ⚙️
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4
- name: Upload artifact 📤
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: './generated'
- name: Deploy to GitHub Pages 🌍
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit c9c25eb

Please sign in to comment.