Skip to content

Commit 0a33ff0

Browse files
Bump the gh-actions group across 1 directory with 7 updates
Bumps the gh-actions group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) | `0.9.3` | `0.9.5` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `6` | `7` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `7` | `8` | | [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) | `5` | `6` | | [holoviz-dev/holoviz_tasks](https://github.com/holoviz-dev/holoviz_tasks) | `0` | `1` | | [dorny/paths-filter](https://github.com/dorny/paths-filter) | `3` | `4` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5` | `6` | Updates `prefix-dev/setup-pixi` from 0.9.3 to 0.9.5 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](prefix-dev/setup-pixi@v0.9.3...v0.9.5) Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) Updates `aws-actions/configure-aws-credentials` from 5 to 6 - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@v5...v6) Updates `holoviz-dev/holoviz_tasks` from 0 to 1 - [Commits](holoviz-dev/holoviz_tasks@v0...v1) Updates `dorny/paths-filter` from 3 to 4 - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](dorny/paths-filter@v3...v4) Updates `codecov/codecov-action` from 5 to 6 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) --- updated-dependencies: - dependency-name: prefix-dev/setup-pixi dependency-version: 0.9.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: aws-actions/configure-aws-credentials dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: holoviz-dev/holoviz_tasks dependency-version: '1' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: dorny/paths-filter dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cbaabd9 commit 0a33ff0

3 files changed

Lines changed: 20 additions & 20 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 7 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@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
21+
uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
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@v6
29+
uses: actions/upload-artifact@v7
3030
with:
3131
name: pip
3232
path: dist/*
3333
- name: Upload bundle
34-
uses: actions/upload-artifact@v6
34+
uses: actions/upload-artifact@v7
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@v7
47+
- uses: actions/download-artifact@v8
4848
with:
4949
name: pip
5050
path: dist/
@@ -56,15 +56,15 @@ jobs:
5656
needs: [build]
5757
runs-on: ubuntu-latest
5858
steps:
59-
- uses: actions/download-artifact@v7
59+
- uses: actions/download-artifact@v8
6060
with:
6161
name: cdn
6262
path: dist/
6363
- name: Get Tag Name
6464
id: get_tag
6565
run: echo "TAG_NAME=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
6666
- name: Configure AWS Credentials
67-
uses: aws-actions/configure-aws-credentials@v5
67+
uses: aws-actions/configure-aws-credentials@v6
6868
with:
6969
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
7070
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
@@ -83,7 +83,7 @@ jobs:
8383
- uses: actions/checkout@v6
8484
with:
8585
fetch-depth: 0
86-
- uses: actions/download-artifact@v7
86+
- uses: actions/download-artifact@v8
8787
with:
8888
name: cdn
8989
path: dist/

.github/workflows/docs.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
name: Pixi lock
4141
runs-on: ubuntu-latest
4242
steps:
43-
- uses: holoviz-dev/holoviz_tasks/pixi_lock@v0
43+
- uses: holoviz-dev/holoviz_tasks/pixi_lock@v1
4444

4545
docs_build:
4646
name: Build Documentation
@@ -50,14 +50,14 @@ jobs:
5050
outputs:
5151
tag: ${{ steps.vars.outputs.tag }}
5252
steps:
53-
- uses: holoviz-dev/holoviz_tasks/pixi_install@v0
53+
- uses: holoviz-dev/holoviz_tasks/pixi_install@v1
5454
with:
5555
environments: docs
5656
- name: Fetch full Git history
5757
run: git fetch --unshallow
5858
- name: Build documentation
5959
run: pixi run -e docs docs-build
60-
- uses: actions/upload-artifact@v6
60+
- uses: actions/upload-artifact@v7
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@v7
75+
- uses: actions/download-artifact@v8
7676
with:
7777
name: docs
7878
path: builtdocs/

.github/workflows/test.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@v6
4444
- name: Set up pixi
45-
uses: prefix-dev/setup-pixi@v0.9.3
46-
- uses: holoviz-dev/holoviz_tasks/pre-commit@v0
45+
uses: prefix-dev/setup-pixi@v0.9.5
46+
- uses: holoviz-dev/holoviz_tasks/pre-commit@v1
4747
- uses: pre-commit/action@v3.0.1
4848
if: needs.setup.outputs.img_change == 'true'
4949
with:
@@ -65,7 +65,7 @@ jobs:
6565
- uses: actions/checkout@v6
6666
if: github.event_name != 'pull_request'
6767
- name: Check for code changes
68-
uses: dorny/paths-filter@v3
68+
uses: dorny/paths-filter@v4
6969
id: filter
7070
with:
7171
filters: |
@@ -116,7 +116,7 @@ jobs:
116116
name: Pixi lock
117117
runs-on: ubuntu-latest
118118
steps:
119-
- uses: holoviz-dev/holoviz_tasks/pixi_lock@v0
119+
- uses: holoviz-dev/holoviz_tasks/pixi_lock@v1
120120
with:
121121
cache: ${{ github.event.inputs.cache == 'true' || github.event.inputs.cache == '' }}
122122
unit_test:
@@ -128,7 +128,7 @@ jobs:
128128
matrix: ${{ fromJson(needs.setup.outputs.matrix) }}
129129
timeout-minutes: 30
130130
steps:
131-
- uses: holoviz-dev/holoviz_tasks/pixi_install@v0
131+
- uses: holoviz-dev/holoviz_tasks/pixi_install@v1
132132
with:
133133
environments: ${{ matrix.environment }}
134134
install: false
@@ -138,7 +138,7 @@ jobs:
138138
- name: Example tests
139139
run: pixi run -e ${{ matrix.environment }} test-example
140140
- name: Upload coverage reports to Codecov
141-
uses: codecov/codecov-action@v5
141+
uses: codecov/codecov-action@v6
142142
with:
143143
token: ${{ secrets.CODECOV_TOKEN }}
144144
slug: panel-extensions/panel-material-ui
@@ -156,7 +156,7 @@ jobs:
156156
env:
157157
PANEL_LOG_LEVEL: info
158158
steps:
159-
- uses: holoviz-dev/holoviz_tasks/pixi_install@v0
159+
- uses: holoviz-dev/holoviz_tasks/pixi_install@v1
160160
with:
161161
environments: ${{ matrix.environment }}
162162
install: false
@@ -169,14 +169,14 @@ 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@v6
172+
uses: actions/upload-artifact@v7
173173
if: always()
174174
with:
175175
name: ui_screenshots_${{ runner.os }}
176176
path: ./ui_screenshots
177177
if-no-files-found: ignore
178178
- name: Upload coverage reports to Codecov
179-
uses: codecov/codecov-action@v5
179+
uses: codecov/codecov-action@v6
180180
with:
181181
token: ${{ secrets.CODECOV_TOKEN }}
182182
slug: panel-extensions/panel-material-ui

0 commit comments

Comments
 (0)