Skip to content

Commit e8b2383

Browse files
Bump the gh-actions group with 4 updates (#487)
1 parent cff4ccc commit e8b2383

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020
- name: Set up pixi
21-
uses: prefix-dev/setup-pixi@194d461b21b6c5717c722ffc597fa91ed2ff29fa # v0.9.1
21+
uses: prefix-dev/setup-pixi@28eb668aafebd9dede9d97c4ba1cd9989a4d0004 # v0.9.2
2222
with:
2323
environments: build
2424
- name: Build project
2525
run: pixi run -e build build-wheel
2626
- name: Check package
2727
run: pixi run -e build check-wheel
2828
- name: Upload package
29-
uses: actions/upload-artifact@v4
29+
uses: actions/upload-artifact@v5
3030
with:
3131
name: pip
3232
path: dist/*
3333
- name: Upload bundle
34-
uses: actions/upload-artifact@v4
34+
uses: actions/upload-artifact@v5
3535
with:
3636
name: cdn
3737
path: src/panel_material_ui/dist/
@@ -44,7 +44,7 @@ jobs:
4444
id-token: write
4545
environment: pypi
4646
steps:
47-
- uses: actions/download-artifact@v5
47+
- uses: actions/download-artifact@v6
4848
with:
4949
name: pip
5050
path: dist/
@@ -56,7 +56,7 @@ jobs:
5656
needs: [build]
5757
runs-on: ubuntu-latest
5858
steps:
59-
- uses: actions/download-artifact@v5
59+
- uses: actions/download-artifact@v6
6060
with:
6161
name: cdn
6262
path: dist/

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: git fetch --unshallow
5858
- name: Build documentation
5959
run: pixi run -e docs docs-build
60-
- uses: actions/upload-artifact@v4
60+
- uses: actions/upload-artifact@v5
6161
if: always()
6262
with:
6363
name: docs
@@ -72,7 +72,7 @@ jobs:
7272
runs-on: "ubuntu-latest"
7373
needs: [docs_build]
7474
steps:
75-
- uses: actions/download-artifact@v5
75+
- uses: actions/download-artifact@v6
7676
with:
7777
name: docs
7878
path: builtdocs/

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@v5
4444
- name: Set up pixi
45-
uses: prefix-dev/[email protected].1
45+
uses: prefix-dev/[email protected].2
4646
- uses: holoviz-dev/holoviz_tasks/pre-commit@v0
4747
- uses: pre-commit/[email protected]
4848
if: needs.setup.outputs.img_change == 'true'
4949
with:
5050
extra_args: -a --hook-stage manual oxipng || true --
51-
- uses: stefanzweifel/git-auto-commit-action@v6
51+
- uses: stefanzweifel/git-auto-commit-action@v7
5252
if: needs.setup.outputs.img_change == 'true'
5353
with:
5454
commit_message: "Optimize PNG images (lossless)"
@@ -169,7 +169,7 @@ jobs:
169169
FAIL="--screenshot only-on-failure --full-page-screenshot --output ui_screenshots --tracing retain-on-failure"
170170
pixi run -e ${{ matrix.environment }} test-ui $COV --cov-config=.uicoveragerc $FAIL
171171
- name: Upload UI Screenshots
172-
uses: actions/upload-artifact@v4
172+
uses: actions/upload-artifact@v5
173173
if: always()
174174
with:
175175
name: ui_screenshots_${{ runner.os }}

0 commit comments

Comments
 (0)