Skip to content

Commit

Permalink
Merge pull request #85 from rodneylab/dependabot/github_actions/denol…
Browse files Browse the repository at this point in the history
…and/setup-deno-2.0.0

build(deps): bump denoland/setup-deno from 1.5.1 to 2.0.0
  • Loading branch information
rodneylab authored Nov 11, 2024
2 parents fb4ea48 + 3cbd357 commit dd932f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
# - uses: dtolnay/rust-toolchain@4f366e621dc8fa63f557ca04b8f4361824a35a45 # stable
# - name: Install Deno
# uses: denoland/setup-deno@5e01c016a857a4dbb5afe9d0f9733cd472cba985 # v1.5.1
# uses: denoland/setup-deno@4606d5cc6fb3f673efd4f594850e3f4b3e9d29cd # v2.0.0
# with:
# deno-version: v1.x
# - name: Check Wasm up-to-date
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Clone repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install Deno
uses: denoland/setup-deno@5e01c016a857a4dbb5afe9d0f9733cd472cba985 # v1.5.1
uses: denoland/setup-deno@4606d5cc6fb3f673efd4f594850e3f4b3e9d29cd # v2.0.0
with:
deno-version: v1.x
- name: Check formatting
Expand All @@ -57,7 +57,7 @@ jobs:
- name: Clone repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install Deno
uses: denoland/setup-deno@5e01c016a857a4dbb5afe9d0f9733cd472cba985 # v1.5.1
uses: denoland/setup-deno@4606d5cc6fb3f673efd4f594850e3f4b3e9d29cd # v2.0.0
with:
deno-version: v1.x
- name: Test Modules
Expand Down

0 comments on commit dd932f3

Please sign in to comment.