From 28156201f0a69590bbe73a92a9c83b324c1d67d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 07:08:39 +0000 Subject: [PATCH] Bump the gh-actions group across 1 directory with 8 updates Bumps the gh-actions group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) | `0.9.4` | `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` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `8.1.0` | `8.1.1` | Updates `prefix-dev/setup-pixi` from 0.9.4 to 0.9.5 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](https://github.com/prefix-dev/setup-pixi/compare/v0.9.4...v0.9.5) Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/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](https://github.com/aws-actions/configure-aws-credentials/compare/v5...v6) Updates `holoviz-dev/holoviz_tasks` from 0 to 1 - [Commits](https://github.com/holoviz-dev/holoviz_tasks/compare/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](https://github.com/dorny/paths-filter/compare/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](https://github.com/codecov/codecov-action/compare/v5...v6) Updates `peter-evans/create-pull-request` from 8.1.0 to 8.1.1 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/c0f553fe549906ede9cf27b5156039d195d2ece0...5f6978faf089d4d20b00c7766989d076bb2fc7f1) --- 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 - dependency-name: peter-evans/create-pull-request dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 12 ++++++------ .github/workflows/test.yml | 18 +++++++++--------- .github/workflows/update-lockfiles.yml | 4 ++-- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c520f93..821807e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: with: fetch-depth: 0 - name: Set up pixi - uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4 + uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5 with: environments: build - name: Build project @@ -26,12 +26,12 @@ jobs: - name: Check package run: pixi run -e build check-wheel - name: Upload package - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: pip path: dist/* - name: Upload bundle - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: cdn path: src/panel_splitjs/dist/ @@ -44,7 +44,7 @@ jobs: id-token: write environment: pypi steps: - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: pip path: dist/ @@ -56,7 +56,7 @@ jobs: needs: [build] runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: cdn path: dist/ @@ -64,7 +64,7 @@ jobs: id: get_tag run: echo "TAG_NAME=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 21ddfc2..dab7736 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,8 +44,8 @@ jobs: steps: - uses: actions/checkout@v6.0.2 - name: Set up pixi - uses: prefix-dev/setup-pixi@v0.9.4 - - uses: holoviz-dev/holoviz_tasks/pre-commit@v0 + uses: prefix-dev/setup-pixi@v0.9.5 + - uses: holoviz-dev/holoviz_tasks/pre-commit@v1 - uses: pre-commit/action@v3.0.1 if: needs.setup.outputs.img_change == 'true' with: @@ -67,7 +67,7 @@ jobs: - uses: actions/checkout@v6.0.2 if: github.event_name != 'pull_request' - name: Check for code changes - uses: dorny/paths-filter@v3 + uses: dorny/paths-filter@v4 id: filter with: filters: | @@ -118,7 +118,7 @@ jobs: name: Pixi lock runs-on: ubuntu-latest steps: - - uses: holoviz-dev/holoviz_tasks/pixi_lock@v0 + - uses: holoviz-dev/holoviz_tasks/pixi_lock@v1 with: cache: ${{ github.event.inputs.cache == 'true' || github.event.inputs.cache == '' }} unit_test: @@ -130,7 +130,7 @@ jobs: matrix: ${{ fromJson(needs.setup.outputs.matrix) }} timeout-minutes: 30 steps: - - uses: holoviz-dev/holoviz_tasks/pixi_install@v0 + - uses: holoviz-dev/holoviz_tasks/pixi_install@v1 with: environments: ${{ matrix.environment }} install: false @@ -138,7 +138,7 @@ jobs: - name: Unit tests with coverage run: pixi run -e ${{ matrix.environment }} test-coverage --color=yes $COV - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} slug: panel-extensions/panel-splitjs @@ -157,7 +157,7 @@ jobs: PANEL_LOG_LEVEL: info FAIL: "--screenshot only-on-failure --full-page-screenshot --output ui_screenshots --tracing retain-on-failure" steps: - - uses: holoviz-dev/holoviz_tasks/pixi_install@v0 + - uses: holoviz-dev/holoviz_tasks/pixi_install@v1 with: environments: ${{ matrix.environment }} install: false @@ -169,14 +169,14 @@ jobs: echo "[run]\nconcurrency = greenlet" > .uicoveragerc pixi run -e ${{ matrix.environment }} test-ui $COV --cov-config=.uicoveragerc $FAIL - name: Upload UI Screenshots - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: always() with: name: ui_screenshots_${{ runner.os }} path: ./ui_screenshots if-no-files-found: ignore - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} slug: panel-extensions/panel-splitjs diff --git a/.github/workflows/update-lockfiles.yml b/.github/workflows/update-lockfiles.yml index 6f48e35..be335c5 100644 --- a/.github/workflows/update-lockfiles.yml +++ b/.github/workflows/update-lockfiles.yml @@ -14,14 +14,14 @@ jobs: steps: - uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.2.2 - name: Set up pixi - uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4 + uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5 with: run-install: false - name: Update lockfiles run: | pixi update --json --no-install | pixi exec pixi-diff-to-markdown >> diff.md - name: Create pull request - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: Update pixi lockfile