Skip to content

Commit 3f9bfdb

Browse files
committed
update CI deps
1 parent caa86d5 commit 3f9bfdb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.cli.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,13 @@ jobs:
5353
# check build can run twice, see https://github.com/pkgxdev/brewkit/issues/303
5454
- run: bin/bk build
5555

56-
5756
unit-tests:
5857
runs-on: ubuntu-latest
5958
env:
6059
PKGX_PANTRY_PATH: null
6160
steps:
6261
- uses: actions/checkout@v4
63-
- uses: pkgxdev/dev@v0
62+
- uses: pkgxdev/dev@v1
6463
- run: deno test --allow-env --allow-net --ignore=.data
6564
working-directory: lib
6665

@@ -69,7 +68,7 @@ jobs:
6968
steps:
7069
- uses: actions/checkout@v4
7170
- uses: pkgxdev/setup@v2
72-
- run: pkgx --sync # FIXME PKGX_PANTRY_PATH causes auto sync to fail
71+
- run: pkgx --sync # FIXME PKGX_PANTRY_PATH causes auto sync to fail
7372
- name: build
7473
run: |
7574
set +e

0 commit comments

Comments
 (0)