From 9d1947ea326622d1123efebd470ba060bef591c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 12:32:07 +0000 Subject: [PATCH] Bump the actions group with 5 updates Bumps the actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) | `0.10.0` | `0.10.1` | | [Parcels-code/pixi-lock/create-and-cache](https://github.com/parcels-code/pixi-lock) | `0.1.0` | `0.1.1` | | [Parcels-code/pixi-lock/restore](https://github.com/parcels-code/pixi-lock) | `0.1.0` | `0.1.1` | | [scientific-python/issue-from-pytest-log](https://github.com/scientific-python/issue-from-pytest-log) | `1.6.1` | `1.6.2` | | [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) | `1.14.1` | `1.14.2` | Updates `prefix-dev/setup-pixi` from 0.10.0 to 0.10.1 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](https://github.com/prefix-dev/setup-pixi/compare/a09b6247153796b190642a2b53fac4241043cf6f...f00437f565399d418b0acc85936d12c1fb668347) Updates `Parcels-code/pixi-lock/create-and-cache` from 0.1.0 to 0.1.1 - [Release notes](https://github.com/parcels-code/pixi-lock/releases) - [Commits](https://github.com/parcels-code/pixi-lock/compare/38495788b79a5ff26009aecc15daa9a8310b8832...1fab4c17af8243f6ca1321bc941cf2325f46c05d) Updates `Parcels-code/pixi-lock/restore` from 0.1.0 to 0.1.1 - [Release notes](https://github.com/parcels-code/pixi-lock/releases) - [Commits](https://github.com/parcels-code/pixi-lock/compare/38495788b79a5ff26009aecc15daa9a8310b8832...1fab4c17af8243f6ca1321bc941cf2325f46c05d) Updates `scientific-python/issue-from-pytest-log` from 1.6.1 to 1.6.2 - [Release notes](https://github.com/scientific-python/issue-from-pytest-log/releases) - [Commits](https://github.com/scientific-python/issue-from-pytest-log/compare/054799b34bd75a5fd6c86277a4a8a575224e60c6...35b4e0a9e06f8e7e261778289cf4b968b722662d) Updates `pypa/gh-action-pypi-publish` from 1.14.1 to 1.14.2 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/ba38be9e461d3875417946c167d0b5f3d385a247...dc37677b2e1c63e2034f94d8a5b11f265b73ba33) --- updated-dependencies: - dependency-name: prefix-dev/setup-pixi dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: Parcels-code/pixi-lock/create-and-cache dependency-version: 0.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: Parcels-code/pixi-lock/restore dependency-version: 0.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: scientific-python/issue-from-pytest-log dependency-version: 1.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-additional.yml | 2 +- .github/workflows/ci.yml | 6 +++--- .github/workflows/nightly.yml | 4 ++-- .github/workflows/pypi.yaml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-additional.yml b/.github/workflows/ci-additional.yml index a5e80558..48f965d4 100644 --- a/.github/workflows/ci-additional.yml +++ b/.github/workflows/ci-additional.yml @@ -32,7 +32,7 @@ jobs: persist-credentials: false - name: setup environment - uses: prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f # v0.10.0 + uses: prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 # v0.10.1 with: environments: "ci-py313" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6101c719..63fd80b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: with: persist-credentials: false - - uses: Parcels-code/pixi-lock/create-and-cache@38495788b79a5ff26009aecc15daa9a8310b8832 # v0.1.0 + - uses: Parcels-code/pixi-lock/create-and-cache@1fab4c17af8243f6ca1321bc941cf2325f46c05d # v0.1.1 id: pixi-lock ci: @@ -87,12 +87,12 @@ jobs: fetch-depth: 0 # fetch all branches and tags persist-credentials: false - - uses: Parcels-code/pixi-lock/restore@38495788b79a5ff26009aecc15daa9a8310b8832 # v0.1.0 + - uses: Parcels-code/pixi-lock/restore@1fab4c17af8243f6ca1321bc941cf2325f46c05d # v0.1.1 with: cache-key: ${{ needs.cache-pixi-lock.outputs.cache-key }} - name: setup environment - uses: prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f # v0.10.0 + uses: prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 # v0.10.1 with: pixi-version: "${{ needs.cache-pixi-lock.outputs.pixi-version }}" frozen: true diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index fec05f16..8926a2be 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -67,7 +67,7 @@ jobs: persist-credentials: false - name: setup environment - uses: prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f # v0.10.0 + uses: prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 # v0.10.1 with: environments: "nightly" locked: false @@ -111,6 +111,6 @@ jobs: name: log file - name: report failures - uses: scientific-python/issue-from-pytest-log@054799b34bd75a5fd6c86277a4a8a575224e60c6 # v1.6.1 + uses: scientific-python/issue-from-pytest-log@35b4e0a9e06f8e7e261778289cf4b968b722662d # v1.6.2 with: log-path: pytest-log.jsonl diff --git a/.github/workflows/pypi.yaml b/.github/workflows/pypi.yaml index f2ac5123..05aea0c0 100644 --- a/.github/workflows/pypi.yaml +++ b/.github/workflows/pypi.yaml @@ -80,6 +80,6 @@ jobs: name: releases path: dist - name: Publish package to PyPI - uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1 + uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2 with: verbose: true