Skip to content

Commit

Permalink
build(deps): bump denoland/setup-deno from 1 to 2 (#16)
Browse files Browse the repository at this point in the history
* build(deps): bump denoland/setup-deno from 1 to 2

Bumps [denoland/setup-deno](https://github.com/denoland/setup-deno) from 1 to 2.
- [Release notes](https://github.com/denoland/setup-deno/releases)
- [Commits](denoland/setup-deno@v1...v2)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update deno-ci.yaml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Lamando <dan@danopia.net>
  • Loading branch information
dependabot[bot] and danopia authored Oct 15, 2024
1 parent 39bc867 commit 0b4a44a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deno-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4

- name: Use Deno ${{ matrix.deno-version }}
uses: denoland/setup-deno@v1
uses: denoland/setup-deno@v2
with:
deno-version: ${{ matrix.deno-version }}

Expand Down Expand Up @@ -60,10 +60,8 @@ jobs:
- name: Checkout source
uses: actions/checkout@v4

- name: Use Deno v1
uses: denoland/setup-deno@v1
with:
deno-version: v1
- name: Use latest Deno
uses: denoland/setup-deno@v2

- name: Check publish rules
working-directory: lib
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jsr-publish-lib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id-token: write

steps:
- uses: denoland/setup-deno@v1
- uses: denoland/setup-deno@v2

- uses: actions/checkout@v4

Expand Down

0 comments on commit 0b4a44a

Please sign in to comment.