Skip to content

Commit 85bc317

Browse files
Auto-update gh-actions (#191)
1 parent 2f6bdbf commit 85bc317

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

template/.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- name: Set up pixi
20-
uses: prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 # v0.10.1
20+
uses: prefix-dev/setup-pixi@d3f436a425481402e6a95a1d1fc10331c708cd9e # v0.10.2
2121
- name: Derive version
2222
id: version
2323
if: startsWith(github.ref, 'refs/tags/')

template/.github/workflows/ci.yml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Check out branch
2424
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2525
- name: Set up pixi
26-
uses: prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 # v0.10.1
26+
uses: prefix-dev/setup-pixi@d3f436a425481402e6a95a1d1fc10331c708cd9e # v0.10.2
2727
- name: Run linting
2828
run: pixi run lint
2929
env:
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
fetch-depth: 0
5454
- name: Set up pixi
55-
uses: prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 # v0.10.1
55+
uses: prefix-dev/setup-pixi@d3f436a425481402e6a95a1d1fc10331c708cd9e # v0.10.2
5656
with:
5757
environments: ${{ matrix.environment }}
5858
- name: Run pytest

template/.github/workflows/{% if add_autobump_workflow %}update-lockfiles.yml{% endif %}

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1616
- name: Set up pixi
17-
uses: prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 # v0.10.1
17+
uses: prefix-dev/setup-pixi@d3f436a425481402e6a95a1d1fc10331c708cd9e # v0.10.2
1818
with:
1919
run-install: false
2020
- name: Update lockfiles

0 commit comments

Comments
 (0)