Skip to content

Commit 20a6d89

Browse files
build(deps): Bump the gh-actions group across 1 directory with 9 updates
Bumps the gh-actions group with 9 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) | `7.0.0` | `7.0.1` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `8.0.0` | `8.0.1` | | [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) | `1.13.0` | `1.14.0` | | [dorny/paths-filter](https://github.com/dorny/paths-filter) | `3` | `4` | | [holoviz-dev/holoviz_tasks](https://github.com/holoviz-dev/holoviz_tasks) | `0` | `1` | | [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) | `4` | `5` | | [actions/deploy-pages](https://github.com/actions/deploy-pages) | `4` | `5` | | [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](prefix-dev/setup-pixi@a0af7a2...1b2de7f) Updates `actions/upload-artifact` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@bbbca2d...043fb46) Updates `actions/download-artifact` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@70fc10c...3e5f45b) Updates `pypa/gh-action-pypi-publish` from 1.13.0 to 1.14.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@ed0c539...cef2210) 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 `holoviz-dev/holoviz_tasks` from 0 to 1 - [Commits](holoviz-dev/holoviz_tasks@v0...v1) Updates `actions/upload-pages-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@v4...v5) Updates `actions/deploy-pages` from 4 to 5 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](actions/deploy-pages@v4...v5) 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](peter-evans/create-pull-request@c0f553f...5f6978f) --- 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.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor 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: holoviz-dev/holoviz_tasks dependency-version: '1' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: actions/upload-pages-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: actions/deploy-pages dependency-version: '5' 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] <support@github.com>
1 parent 3f82db3 commit 20a6d89

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
- name: Set up pixi
18-
uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
18+
uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
1919
with:
2020
environments: build
2121
- name: Build project
2222
run: pixi run -e build build-wheel
2323
- name: Check package
2424
run: pixi run -e build check-wheel
2525
- name: Upload package
26-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
26+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
2727
with:
2828
name: artifact
2929
path: dist/*
@@ -37,9 +37,9 @@ jobs:
3737
id-token: write
3838
environment: pypi
3939
steps:
40-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
40+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
4141
with:
4242
name: artifact
4343
path: dist
4444
- name: Publish package on PyPi
45-
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
45+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v6
2525
if: github.event_name != 'pull_request'
2626
- name: Check for code changes
27-
uses: dorny/paths-filter@v3
27+
uses: dorny/paths-filter@v4
2828
id: filter
2929
with:
3030
filters: |
@@ -75,7 +75,7 @@ jobs:
7575
name: Pixi lock
7676
runs-on: ubuntu-latest
7777
steps:
78-
- uses: holoviz-dev/holoviz_tasks/pixi_lock@v0
78+
- uses: holoviz-dev/holoviz_tasks/pixi_lock@v1
7979
with:
8080
cache: ${{ github.event.inputs.cache == 'true' || github.event.inputs.cache == '' }}
8181

@@ -84,7 +84,7 @@ jobs:
8484
needs: [setup]
8585
runs-on: ubuntu-latest
8686
steps:
87-
- uses: holoviz-dev/holoviz_tasks/pre-commit@v0
87+
- uses: holoviz-dev/holoviz_tasks/pre-commit@v1
8888
- uses: pre-commit/action@v3.0.1
8989
if: needs.setup.outputs.img_change == 'true'
9090
with:
@@ -113,7 +113,7 @@ jobs:
113113
with:
114114
fetch-depth: 0
115115
- name: Set up pixi
116-
uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
116+
uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
117117
with:
118118
environments: ${{ matrix.environment }}
119119
- name: Install repository

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ jobs:
3131
fetch-depth: 0
3232

3333
- name: Set up Pixi
34-
uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
34+
uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
3535
with:
3636
environments: docs
3737

3838
- name: Build documentation
3939
run: pixi run -e docs docs-build
4040

4141
- name: Upload artifact
42-
uses: actions/upload-pages-artifact@v4
42+
uses: actions/upload-pages-artifact@v5
4343
with:
4444
path: ./site
4545

@@ -52,4 +52,4 @@ jobs:
5252
steps:
5353
- name: Deploy to GitHub Pages
5454
id: deployment
55-
uses: actions/deploy-pages@v4
55+
uses: actions/deploy-pages@v5

.github/workflows/update-lockfiles.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616
- name: Set up pixi
17-
uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
17+
uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
1818
with:
1919
run-install: false
2020
- name: Update lockfiles
2121
run: |
2222
pixi update --json --no-install | pixi exec pixi-diff-to-markdown >> diff.md
2323
- name: Create pull request
24-
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
24+
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
2525
with:
2626
token: ${{ secrets.GITHUB_TOKEN }}
2727
commit-message: Update pixi lockfile

0 commit comments

Comments
 (0)