Skip to content

Commit

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

Bump denoland/setup-deno from 1 to 2
  • Loading branch information
LordChunk authored Oct 14, 2024
2 parents 2d9ed3f + 6130f8e commit 12e4528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: 'Set up Deno'
uses: denoland/setup-deno@v1
uses: denoland/setup-deno@v2
with:
deno-version: v1.x

Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
uses: actions/checkout@v4

- name: 'Set up Deno'
uses: denoland/setup-deno@v1
uses: denoland/setup-deno@v2
with:
deno-version: v1.x

Expand Down

0 comments on commit 12e4528

Please sign in to comment.