From c10195a39a2aa4df860b790f0bc1bf8c0fe3f67d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 16:30:29 +0000 Subject: [PATCH] Bump the gh-actions group across 1 directory with 4 updates Bumps the gh-actions group with 4 updates in the / directory: [dorny/paths-filter](https://github.com/dorny/paths-filter), [holoviz-dev/holoviz_tasks/pixi-lock](https://github.com/holoviz-dev/holoviz_tasks), [holoviz-dev/holoviz_tasks/pre-commit](https://github.com/holoviz-dev/holoviz_tasks) and [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action). Updates `dorny/paths-filter` from 4.0.1 to 4.0.3 - [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/fbd0ab8f3e69293af611ebaee6363fc25e6d187d...ceb8a2b8f2d89434be7ff52d3de7ec3738c5cc9d) Updates `holoviz-dev/holoviz_tasks/pixi-lock` from 1.0.1 to 1.0.2 - [Commits](https://github.com/holoviz-dev/holoviz_tasks/compare/1a9884850782b0b80ba2e91b573e7d63d9d3c3dc...11eb638302f76ec64217e2eeddfb11df1f788b54) Updates `holoviz-dev/holoviz_tasks/pre-commit` from 1.0.1 to 1.0.2 - [Commits](https://github.com/holoviz-dev/holoviz_tasks/compare/1a9884850782b0b80ba2e91b573e7d63d9d3c3dc...11eb638302f76ec64217e2eeddfb11df1f788b54) Updates `stefanzweifel/git-auto-commit-action` from 7.1.0 to 7.2.0 - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/04702edda442b2e678b25b537cec683a1493fcb9...4a55954c782fc1ea30b9056cd3e7a2b40ca8887d) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions - dependency-name: holoviz-dev/holoviz_tasks/pixi-lock dependency-version: 1.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions - dependency-name: holoviz-dev/holoviz_tasks/pre-commit dependency-version: 1.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1e7258..9971fe3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: with: persist-credentials: false - name: Check for code changes - uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4 + uses: dorny/paths-filter@ceb8a2b8f2d89434be7ff52d3de7ec3738c5cc9d # v4 id: filter with: filters: | @@ -86,7 +86,7 @@ jobs: name: Pixi lock runs-on: ubuntu-latest steps: - - uses: holoviz-dev/holoviz_tasks/pixi-lock@1a9884850782b0b80ba2e91b573e7d63d9d3c3dc # v1 + - uses: holoviz-dev/holoviz_tasks/pixi-lock@11eb638302f76ec64217e2eeddfb11df1f788b54 # v1 with: cache: ${{ github.event.inputs.cache == 'true' || github.event.inputs.cache == '' }} @@ -97,7 +97,7 @@ jobs: permissions: contents: write steps: - - uses: holoviz-dev/holoviz_tasks/pre-commit@1a9884850782b0b80ba2e91b573e7d63d9d3c3dc # v1 + - uses: holoviz-dev/holoviz_tasks/pre-commit@11eb638302f76ec64217e2eeddfb11df1f788b54 # v1 - name: Set git credentials if: needs.setup.outputs.img_change == 'true' run: git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git @@ -105,7 +105,7 @@ jobs: if: needs.setup.outputs.img_change == 'true' with: extra_args: -a --hook-stage manual oxipng || true -- - - uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7 + - uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7 if: needs.setup.outputs.img_change == 'true' with: commit_message: "Optimize PNG images (lossless)"