Skip to content

Commit 1588508

Browse files
Merge pull request #147 from data-apis/dependabot/github_actions/actions-d79dd43168
Bump prefix-dev/setup-pixi from 0.8.2 to 0.8.3 in the actions group
2 parents e585c97 + 69db2e2 commit 1588508

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: pre-commit/[email protected]
3131
with:
3232
extra_args: --hook-stage manual --all-files
33-
- uses: prefix-dev/[email protected].2
33+
- uses: prefix-dev/[email protected].3
3434
with:
3535
pixi-version: v0.40.3
3636
cache: true
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
fetch-depth: 0
5858

59-
- uses: prefix-dev/[email protected].2
59+
- uses: prefix-dev/[email protected].3
6060
with:
6161
pixi-version: v0.40.3
6262
cache: true

Diff for: .github/workflows/docs-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
10-
- uses: prefix-dev/[email protected].2
10+
- uses: prefix-dev/[email protected].3
1111
with:
1212
pixi-version: v0.40.3
1313
cache: true

0 commit comments

Comments
 (0)