Skip to content

Commit 09af099

Browse files
chore(deps): Bump the actions group with 4 updates
Bumps the actions group with 4 updates: [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi), [actions/upload-artifact](https://github.com/actions/upload-artifact), [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `prefix-dev/setup-pixi` from 0.9.1 to 0.9.2 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](prefix-dev/setup-pixi@v0.9.1...v0.9.2) Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `astral-sh/setup-uv` from 6 to 7 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v6...v7) Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: prefix-dev/setup-pixi dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: astral-sh/setup-uv dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 62dc5ba commit 09af099

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
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v5
2727

2828
- name: Set up pixi
29-
uses: prefix-dev/[email protected].1
29+
uses: prefix-dev/[email protected].2
3030
with:
3131
cache: true
3232
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
@@ -45,7 +45,7 @@ jobs:
4545
pixi run build
4646
4747
- name: Upload jupyter book
48-
uses: actions/upload-artifact@v4
48+
uses: actions/upload-artifact@v5
4949
with:
5050
name: jupyterbook
5151
path: 'book/_build/html/'
@@ -62,7 +62,7 @@ jobs:
6262
python-version: "3.x"
6363

6464
- name: Install the latest version of uv
65-
uses: astral-sh/setup-uv@v6
65+
uses: astral-sh/setup-uv@v7
6666
with:
6767
version: "latest"
6868

@@ -90,7 +90,7 @@ jobs:
9090
jupyter lite check
9191
9292
- name: Upload Pyodide build
93-
uses: actions/upload-artifact@v4
93+
uses: actions/upload-artifact@v5
9494
with:
9595
name: jupyterlite
9696
path: _output/
@@ -108,12 +108,12 @@ jobs:
108108
- name: Setup Pages
109109
uses: actions/configure-pages@v5
110110

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

116-
- uses: actions/download-artifact@v5
116+
- uses: actions/download-artifact@v6
117117
with:
118118
name: jupyterlite
119119
path: 'public/live'

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: ${{ matrix.python-version }}
2424

2525
- name: Install the latest version of uv
26-
uses: astral-sh/setup-uv@v6
26+
uses: astral-sh/setup-uv@v7
2727
with:
2828
version: "latest"
2929

0 commit comments

Comments
 (0)