Skip to content

Commit d1107fd

Browse files
authored
Merge pull request #2 from shivvor2/dependabot/github_actions/actions-f9f5f61234
Chore(deps): Bump prefix-dev/setup-pixi from 0.9.2 to 0.9.3 in the actions group
2 parents b0a5e18 + df636ba commit d1107fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 0
21-
- uses: prefix-dev/[email protected].2
21+
- uses: prefix-dev/[email protected].3
2222
with:
2323
pixi-version: v0.59.0
2424
environments: doc

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v5
16-
- uses: prefix-dev/[email protected].2
16+
- uses: prefix-dev/[email protected].3
1717
with:
1818
pixi-version: v0.59.0
1919
environments: lint

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- uses: actions/checkout@v5
20-
- uses: prefix-dev/[email protected].2
20+
- uses: prefix-dev/[email protected].3
2121
with:
2222
pixi-version: v0.59.0
2323
environments: ${{ matrix.environment }}

0 commit comments

Comments
 (0)