Skip to content

Commit

Permalink
Bump actions (jupyterlite#136)
Browse files Browse the repository at this point in the history
* Bump actions

* Update deploy.yml
  • Loading branch information
jtpio committed Feb 15, 2024
1 parent d81ead1 commit 95298c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.11'
- name: Install the dependencies
run: |
python -m pip install -r requirements.txt
Expand All @@ -26,7 +26,7 @@ jobs:
cp README.md content
jupyter lite build --contents content --output-dir dist
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: ./dist

Expand Down

0 comments on commit 95298c9

Please sign in to comment.