Skip to content

Commit 36e38ce

Browse files
chore(ci): Update actions/checkout action to v6 (#71)
1 parent a971f74 commit 36e38ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- py311
2020
- py310
2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
- uses: prefix-dev/[email protected]
2424
with:
2525
pixi-version: "latest"
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@v5
34+
uses: actions/checkout@v6
3535
- name: Setup Pixi
3636
uses: prefix-dev/[email protected]
3737
- name: Format and lint

0 commit comments

Comments
 (0)