From 8a75c27a39fcff229427b3e017be68fc40b92810 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 00:24:26 +0000 Subject: [PATCH] Bump pkgxdev/setup from 2 to 3 Bumps [pkgxdev/setup](https://github.com/pkgxdev/setup) from 2 to 3. - [Release notes](https://github.com/pkgxdev/setup/releases) - [Commits](https://github.com/pkgxdev/setup/compare/v2...v3) --- updated-dependencies: - dependency-name: pkgxdev/setup dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index e448583..f2d2a15 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: pkgxdev/setup@v2 + - uses: pkgxdev/setup@v3 - name: trawl run: .github/scripts/trawl.ts --out ./build diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a73b1b..f495592 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: pkgxdev/setup@v2 + - uses: pkgxdev/setup@v3 - run: ./mash demo test-pattern - run: ./mash demo test-pattern # check cache route works too - run: ./mash pkgxdev/demo-test-pattern # check fully qualified