Skip to content

Commit

Permalink
upgrade denoland/setup-deno to v2 for Deno 2
Browse files Browse the repository at this point in the history
  • Loading branch information
MidAutumnMoon committed Oct 9, 2024
1 parent 46ce43a commit adaf14b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Deno
uses: denoland/setup-deno@v1
uses: denoland/setup-deno@v2

- name: Build LEB
run: deno task build
Expand All @@ -45,4 +45,4 @@ jobs:
# is so miserable that a post has been written
# just for it. Check it out :(
command: |
pages deploy --project-name="loweffortblog" --branch main --commit-dirty=true "_site"
pages deploy --project-name="loweffortblog" --branch main --commit-dirty=true "_site"

0 comments on commit adaf14b

Please sign in to comment.