Skip to content

Commit ad3b230

Browse files
authored
Bump some GitHub actions (#59)
1 parent 49b578e commit ad3b230

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323
- name: Install micromamba
2424
uses: mamba-org/setup-micromamba@v1
2525
with:
@@ -32,7 +32,7 @@ jobs:
3232
cp README.md content
3333
jupyter lite build --contents content --output-dir dist
3434
- name: Upload dist
35-
uses: actions/upload-pages-artifact@v1
35+
uses: actions/upload-pages-artifact@v3
3636
with:
3737
path: ./dist
3838

@@ -51,4 +51,4 @@ jobs:
5151
steps:
5252
- name: Deploy to GitHub Pages
5353
id: deployment
54-
uses: actions/deploy-pages@v1
54+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)