Skip to content

Commit

Permalink
Bump pkgxdev/setup from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [pkgxdev/setup](https://github.com/pkgxdev/setup) from 2 to 3.
- [Release notes](https://github.com/pkgxdev/setup/releases)
- [Commits](pkgxdev/setup@v2...v3)

---
updated-dependencies:
- dependency-name: pkgxdev/setup
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mxcl committed Jan 23, 2025
1 parent 4e61106 commit 8a75c27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8a75c27

Please sign in to comment.