Skip to content

Commit 95298c9

Browse files
authored
Bump actions (#136)
* Bump actions * Update deploy.yml
1 parent d81ead1 commit 95298c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717
- name: Setup Python
18-
uses: actions/setup-python@v4
18+
uses: actions/setup-python@v5
1919
with:
20-
python-version: '3.10'
20+
python-version: '3.11'
2121
- name: Install the dependencies
2222
run: |
2323
python -m pip install -r requirements.txt
@@ -26,7 +26,7 @@ jobs:
2626
cp README.md content
2727
jupyter lite build --contents content --output-dir dist
2828
- name: Upload artifact
29-
uses: actions/upload-pages-artifact@v1
29+
uses: actions/upload-pages-artifact@v3
3030
with:
3131
path: ./dist
3232

0 commit comments

Comments
 (0)