Skip to content

Commit dee53fb

Browse files
dependabot[bot]jsignell
authored andcommitted
Bump the actions group with 2 updates (pydata#11285)
Bumps the actions group with 2 updates: [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). 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 `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) --- 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: 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: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e80d3cb commit dee53fb

6 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/ci-additional.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
uses: Parcels-code/pixi-lock/restore@38495788b79a5ff26009aecc15daa9a8310b8832 # v0.1.0
8282
with:
8383
cache-key: ${{ needs.cache-pixi-lock.outputs.cache-key }}
84-
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
84+
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
8585
with:
8686
pixi-version: ${{ needs.cache-pixi-lock.outputs.pixi-version }}
8787
cache: true
@@ -120,7 +120,7 @@ jobs:
120120
uses: Parcels-code/pixi-lock/restore@38495788b79a5ff26009aecc15daa9a8310b8832 # v0.1.0
121121
with:
122122
cache-key: ${{ needs.cache-pixi-lock.outputs.cache-key }}
123-
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
123+
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
124124
with:
125125
pixi-version: ${{ needs.cache-pixi-lock.outputs.pixi-version }}
126126
cache: true
@@ -166,7 +166,7 @@ jobs:
166166
uses: Parcels-code/pixi-lock/restore@38495788b79a5ff26009aecc15daa9a8310b8832 # v0.1.0
167167
with:
168168
cache-key: ${{ needs.cache-pixi-lock.outputs.cache-key }}
169-
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
169+
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
170170
with:
171171
pixi-version: ${{ needs.cache-pixi-lock.outputs.pixi-version }}
172172
cache: true
@@ -216,7 +216,7 @@ jobs:
216216
uses: Parcels-code/pixi-lock/restore@38495788b79a5ff26009aecc15daa9a8310b8832 # v0.1.0
217217
with:
218218
cache-key: ${{ needs.cache-pixi-lock.outputs.cache-key }}
219-
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
219+
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
220220
with:
221221
pixi-version: ${{ needs.cache-pixi-lock.outputs.pixi-version }}
222222
cache: true
@@ -267,7 +267,7 @@ jobs:
267267
uses: Parcels-code/pixi-lock/restore@38495788b79a5ff26009aecc15daa9a8310b8832 # v0.1.0
268268
with:
269269
cache-key: ${{ needs.cache-pixi-lock.outputs.cache-key }}
270-
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
270+
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
271271
with:
272272
pixi-version: ${{ needs.cache-pixi-lock.outputs.pixi-version }}
273273
cache: true
@@ -317,7 +317,7 @@ jobs:
317317
with:
318318
cache-key: ${{ needs.cache-pixi-lock.outputs.cache-key }}
319319

320-
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
320+
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
321321
with:
322322
pixi-version: ${{ needs.cache-pixi-lock.outputs.pixi-version }}
323323
cache: true

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
uses: Parcels-code/pixi-lock/restore@38495788b79a5ff26009aecc15daa9a8310b8832 # v0.1.0
112112
with:
113113
cache-key: ${{ needs.cache-pixi-lock.outputs.cache-key }}
114-
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
114+
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
115115
with:
116116
pixi-version: ${{ needs.cache-pixi-lock.outputs.pixi-version }}
117117
cache: true

.github/workflows/hypothesis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
uses: Parcels-code/pixi-lock/restore@38495788b79a5ff26009aecc15daa9a8310b8832 # v0.1.0
8888
with:
8989
cache-key: ${{ needs.cache-pixi-lock.outputs.cache-key }}
90-
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
90+
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
9191
with:
9292
pixi-version: ${{ needs.cache-pixi-lock.outputs.pixi-version }}
9393
cache: true

.github/workflows/nightly-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
name: releases
6868
path: dist
6969
- name: Publish package to PyPI
70-
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
70+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
7171
with:
7272
verbose: true
7373

.github/workflows/pypi-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
path: dist
9999
- name: Publish package to TestPyPI
100100
if: github.event_name == 'push'
101-
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
101+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
102102
with:
103103
repository_url: https://test.pypi.org/legacy/
104104
verbose: true
@@ -120,6 +120,6 @@ jobs:
120120
name: releases
121121
path: dist
122122
- name: Publish package to PyPI
123-
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
123+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
124124
with:
125125
verbose: true

.github/workflows/upstream-dev-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
uses: Parcels-code/pixi-lock/restore@38495788b79a5ff26009aecc15daa9a8310b8832 # v0.1.0
9898
with:
9999
cache-key: ${{ needs.cache-pixi-lock.outputs.cache-key }}
100-
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
100+
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
101101
with:
102102
pixi-version: ${{ needs.cache-pixi-lock.outputs.pixi-version }}
103103
cache: true
@@ -152,7 +152,7 @@ jobs:
152152
uses: Parcels-code/pixi-lock/restore@38495788b79a5ff26009aecc15daa9a8310b8832 # v0.1.0
153153
with:
154154
cache-key: ${{ needs.cache-pixi-lock.outputs.cache-key }}
155-
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
155+
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
156156
with:
157157
pixi-version: ${{ needs.cache-pixi-lock.outputs.pixi-version }}
158158
cache: true

0 commit comments

Comments
 (0)