Skip to content

Commit

Permalink
Merge pull request #68 from long-woo/renovate/denoland-setup-deno-1.x
Browse files Browse the repository at this point in the history
chore(deps): update denoland/setup-deno action to v1.4.0
  • Loading branch information
long-woo authored Aug 23, 2024
2 parents 59761ad + 560434c commit f910527
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Deno
uses: denoland/setup-deno@v1.1.4
uses: denoland/[email protected].0
with:
deno-version: v1.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deno-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Deno
uses: denoland/setup-deno@v1.1.4
uses: denoland/[email protected].0
with:
deno-version: v1.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/[email protected]

- name: Setup Deno
uses: denoland/setup-deno@v1.1.4
uses: denoland/[email protected].0
with:
deno-version: v1.x

Expand Down

0 comments on commit f910527

Please sign in to comment.