Skip to content

Commit

Permalink
Merge pull request #101 from long-woo/renovate/denoland-setup-deno-2.x
Browse files Browse the repository at this point in the history
chore(deps): update denoland/setup-deno action to v2.0.2
  • Loading branch information
long-woo authored Jan 11, 2025
2 parents e2dd282 + 662869c commit 4488725
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/[email protected].0
uses: denoland/[email protected].2
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/[email protected].0
uses: denoland/[email protected].2
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/[email protected].0
uses: denoland/[email protected].2
with:
deno-version: v1.x

Expand Down

0 comments on commit 4488725

Please sign in to comment.