Skip to content

Commit 7ed222e

Browse files
Merge pull request #41 from quantity-dev/dependabot/github_actions/actions-f94eb6732f
Bump the actions group with 2 updates
2 parents 0223a1b + 9af5ccb commit 7ed222e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
dist:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
with:
1919
fetch-depth: 0
2020

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
runs-on: [ubuntu-latest, macos-latest, windows-latest]
2828

2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131
with:
3232
fetch-depth: 0
3333

34-
- uses: prefix-dev/setup-pixi@v0.8.14
34+
- uses: prefix-dev/setup-pixi@v0.9.0
3535
with:
3636
pixi-version: v0.39.4
3737
cache: true

0 commit comments

Comments
 (0)