Skip to content

Commit 7395ae9

Browse files
chore(deps): Bump the actions group with 4 updates (#103)
1 parent ed24158 commit 7395ae9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/deploy-jupyter-book.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
runs-on: ubuntu-latest
2424

2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727

2828
- name: Set up pixi
29-
uses: prefix-dev/setup-pixi@v0.8.14
29+
uses: prefix-dev/setup-pixi@v0.9.0
3030
with:
3131
cache: true
3232
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555

5656
steps:
57-
- uses: actions/checkout@v4
57+
- uses: actions/checkout@v5
5858

5959
- name: Set up Python
6060
uses: actions/setup-python@v5
@@ -108,12 +108,12 @@ jobs:
108108
- name: Setup Pages
109109
uses: actions/configure-pages@v5
110110

111-
- uses: actions/download-artifact@v4
111+
- uses: actions/download-artifact@v5
112112
with:
113113
name: jupyterbook
114114
path: 'public'
115115

116-
- uses: actions/download-artifact@v4
116+
- uses: actions/download-artifact@v5
117117
with:
118118
name: jupyterlite
119119
path: 'public/live'
@@ -125,7 +125,7 @@ jobs:
125125
done
126126
127127
- name: Upload artifact
128-
uses: actions/upload-pages-artifact@v3
128+
uses: actions/upload-pages-artifact@v4
129129
with:
130130
path: 'public'
131131

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version: [ '3.x' ]
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919

2020
- name: Set up Python
2121
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)