Skip to content

Commit

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

build(deps): bump denoland/setup-deno from 1.4.1 to 1.5.1
  • Loading branch information
rodneylab authored Sep 16, 2024
2 parents 2382559 + b3b843e commit bf0906c
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
# - uses: dtolnay/rust-toolchain@4f366e621dc8fa63f557ca04b8f4361824a35a45 # stable
# - name: Install Deno
# uses: denoland/setup-deno@fa660b328d065f7683e7303976bd81e2d58e98ae # v1.4.1
# uses: denoland/setup-deno@5e01c016a857a4dbb5afe9d0f9733cd472cba985 # v1.5.1
# with:
# deno-version: v1.x
# - name: Check Wasm up-to-date
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Clone repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install Deno
uses: denoland/setup-deno@fa660b328d065f7683e7303976bd81e2d58e98ae # v1.4.1
uses: denoland/setup-deno@5e01c016a857a4dbb5afe9d0f9733cd472cba985 # v1.5.1
with:
deno-version: v1.x
- name: Check formatting
Expand All @@ -57,7 +57,7 @@ jobs:
- name: Clone repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install Deno
uses: denoland/setup-deno@fa660b328d065f7683e7303976bd81e2d58e98ae # v1.4.1
uses: denoland/setup-deno@5e01c016a857a4dbb5afe9d0f9733cd472cba985 # v1.5.1
with:
deno-version: v1.x
- name: Test Modules
Expand Down

0 comments on commit bf0906c

Please sign in to comment.