Skip to content

Commit

Permalink
ci: upgrade to actions/checkout@v4
Browse files Browse the repository at this point in the history
Node.js 16 actions are deprecated which is what actions/checkout@v3 uses
  • Loading branch information
agrmohit committed Apr 3, 2024
1 parent 905575a commit 920184e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,26 @@
# This workflow will install Deno then run `deno lint` and `deno test`.
# For more information see: https://github.com/denoland/setup-deno

name: Deno
name: deno

on:
push:
branches:
- main
- main
pull_request:
branches:
- main
workflow_dispatch:
- main

permissions:
contents: read

jobs:
verify-formatting-and-lint:
deno:
runs-on: ubuntu-latest

steps:
- name: Setup repo
uses: actions/checkout@v3
uses: actions/checkout@v4

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

0 comments on commit 920184e

Please sign in to comment.