Skip to content

Commit

Permalink
Use checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Mar 1, 2024
1 parent de37fe9 commit f732da6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ env:
DENO_VERSION: 1.x
DENOPS_PATH: "./"

runs:
using: 'node20'

on:
schedule:
- cron: "0 7 * * 0"
Expand All @@ -21,7 +18,7 @@ jobs:
deno-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: denoland/setup-deno@main
with:
deno-version: ${{ env.DENO_VERSION }}
Expand All @@ -40,7 +37,7 @@ jobs:
deno-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: denoland/setup-deno@main
with:
deno-version: ${{ env.DENO_VERSION }}
Expand Down

0 comments on commit f732da6

Please sign in to comment.