Skip to content

Commit 2146475

Browse files
chore: use pantry monorepo action instead of pantry-setup
1 parent e81a73b commit 2146475

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
steps:
1919
- uses: actions/checkout@v4
20-
- uses: home-lang/pantry-setup@v1
20+
- uses: home-lang/pantry/packages/action@main
2121
with:
2222
packages: ziglang.org@${{ matrix.zig-version }}
2323
- run: zig build
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- uses: actions/checkout@v4
31-
- uses: home-lang/pantry-setup@v1
31+
- uses: home-lang/pantry/packages/action@main
3232
with:
3333
packages: ziglang.org@latest
3434
- run: zig fmt --check .

0 commit comments

Comments
 (0)