Skip to content

Commit 731828b

Browse files
authored
Merge pull request #40 from scientific-python/dependabot/github_actions/prefix-dev/setup-pixi-0.10.1
Bump prefix-dev/setup-pixi from 0.10.0 to 0.10.1
2 parents 1dd0542 + b0de5dc commit 731828b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test_bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
19-
- uses: prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f # v0.10.0
19+
- uses: prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 # v0.10.1
2020
with:
2121
pixi-version: "v0.69.0"
2222
- run: |

.github/workflows/update_schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: write
1313
steps:
1414
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
15-
- uses: prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f # v0.10.0
15+
- uses: prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 # v0.10.1
1616
with:
1717
pixi-version: "v0.69.0"
1818
- name: Generate schedule files

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ runs:
4848
run: |
4949
git config user.name "Scientific Python [bot]"
5050
git config user.email "scientific-python@users.noreply.github.com"
51-
- uses: prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f # v0.10.0
51+
- uses: prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 # v0.10.1
5252
name: Setup Pixi
5353
with:
5454
pixi-version: v0.69.0

0 commit comments

Comments
 (0)