Skip to content

Commit

Permalink
ci(deps): update denoland/setup-deno action to v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mazi-renovate[bot] authored Sep 13, 2024
1 parent 45c031c commit 6a346f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
ref: ${{ env.BRANCH }}

- name: Setup Deno
uses: denoland/setup-deno@ba9dcf3bc3696623d1add6a2f5181ee1b5143de5 # v1.3.0
uses: denoland/setup-deno@5e01c016a857a4dbb5afe9d0f9733cd472cba985 # v1.5.1
with:
deno-version: ${{ env.DENO_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maintain-quality.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

- name: Setup Deno
uses: denoland/setup-deno@ba9dcf3bc3696623d1add6a2f5181ee1b5143de5 # v1.3.0
uses: denoland/setup-deno@5e01c016a857a4dbb5afe9d0f9733cd472cba985 # v1.5.1
with:
deno-version: ${{ env.DENO_VERSION }}

Expand Down

0 comments on commit 6a346f3

Please sign in to comment.