Skip to content

Commit

Permalink
Merge pull request #6 from cloudydeno/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4
  • Loading branch information
dependabot[bot] authored Sep 17, 2024
2 parents 362660e + 81886df commit 61a118a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deno-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout source
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Use Deno ${{ matrix.deno-version }}
uses: denoland/setup-deno@v1
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:

steps:
- name: Checkout source
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Use Deno v1.40
uses: denoland/setup-deno@v1
Expand Down

0 comments on commit 61a118a

Please sign in to comment.