Skip to content

Commit

Permalink
chore(deps): bump denoland/setup-deno from 1.4.1 to 1.5.1
Browse files Browse the repository at this point in the history
Bumps [denoland/setup-deno](https://github.com/denoland/setup-deno) from 1.4.1 to 1.5.1.
- [Release notes](https://github.com/denoland/setup-deno/releases)
- [Commits](denoland/setup-deno@1.4.1...v1.5.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 62786dc commit e59abde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/configuration-tester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout repo
uses: actions/[email protected]
- name: Setup Deno
uses: denoland/setup-deno@1.4.1
uses: denoland/setup-deno@v1.5.1
with:
deno-version: ${{ matrix.version }}
- name: Run setup
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deno-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout repo
uses: actions/[email protected]
- name: Setup Deno
uses: denoland/setup-deno@1.4.1
uses: denoland/setup-deno@v1.5.1
with:
deno-version: ${{ matrix.version }}
- name: Check format
Expand Down

0 comments on commit e59abde

Please sign in to comment.