From f72c2bdee1c95b0897f54c821910c358576d0a50 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Wed, 15 Jan 2025 15:11:21 -0500 Subject: [PATCH 1/2] use pkgxdev/setup@v3 Strictly should require a major version bump but v1 is 8 days old so the number of users affected should be minimal. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1e80052..97174e0 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ inputs: runs: using: composite steps: - - uses: pkgxdev/setup@v2 + - uses: pkgxdev/setup@v3 - run: | TMP="$(mktemp)" From 7bb4ac2afd01b572214980153da9570bd8cac886 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Wed, 15 Jan 2025 15:13:37 -0500 Subject: [PATCH 2/2] test action on ubuntu too --- .github/workflows/ci.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b573697..8cf0d77 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,17 +11,12 @@ jobs: matrix: container: - null - # - ubuntu FIXME pkgx node fails to load with missing libcrypto.1.1.dylib + - ubuntu:latest container: ${{ matrix.container }} steps: - uses: actions/checkout@v4 - with: - path: clone - - run: echo '{}' > deno.json - run: "! deno" - - uses: ./clone - - run: echo $PATH - - run: env + - uses: ./ - run: deno --version lint: