Skip to content

Commit

Permalink
gha actions update
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed May 10, 2023
1 parent 808ef9e commit 829dcfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:

steps:
- name: Git Checkout Deno Module
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 1

- name: Use Deno Version ${{ matrix.deno-version }}
uses: denolib/setup-deno@master
uses: denoland/setup-deno@v1
with:
deno-version: ${{ matrix.deno-version }}

Expand Down

0 comments on commit 829dcfd

Please sign in to comment.