Skip to content

Commit

Permalink
Bump some GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Feb 14, 2025
1 parent 49b578e commit b634f3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install micromamba
uses: mamba-org/setup-micromamba@v1
with:
Expand All @@ -32,7 +32,7 @@ jobs:
cp README.md content
jupyter lite build --contents content --output-dir dist
- name: Upload dist
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: ./dist

Expand All @@ -51,4 +51,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit b634f3d

Please sign in to comment.