Skip to content

Commit

Permalink
fix(deno): add version to action path
Browse files Browse the repository at this point in the history
  • Loading branch information
Indyandie committed Oct 21, 2024
1 parent 2f49e90 commit 36a2e3f
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 @@ -22,10 +22,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/checkout@v2
- name: Setup repo
uses: actions/checkout@v4
- name: Setup Deno
uses: denoland/setup-deno
uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- name: Run install
Expand Down

0 comments on commit 36a2e3f

Please sign in to comment.