Skip to content

Commit

Permalink
ci(deps): update denoland/setup-deno action to v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mazi-renovate[bot] authored Sep 3, 2024
1 parent 45c031c commit ce2ec1d
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@fa660b328d065f7683e7303976bd81e2d58e98ae # v1.4.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@fa660b328d065f7683e7303976bd81e2d58e98ae # v1.4.1
with:
deno-version: ${{ env.DENO_VERSION }}

Expand Down

0 comments on commit ce2ec1d

Please sign in to comment.