Skip to content

Commit

Permalink
Using node20 github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSpaar committed Feb 26, 2024
1 parent ae3ddd4 commit 9f2ebe8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
id-token: write
steps:
- name: Checkout πŸ””
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Python 🐍
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Build πŸ—οΈ
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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 @@ -42,9 +42,9 @@ 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: './doc/generated'
- name: Deploy to GitHub Pages 🌍
Expand Down

0 comments on commit 9f2ebe8

Please sign in to comment.