Skip to content

Commit

Permalink
chore(ci): upgrade checkout action to v3 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar authored Apr 26, 2022
1 parent 0d70bc7 commit 006c8ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
deno: [canary]
steps:
- name: Setup repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Deno
uses: denoland/setup-deno@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Lint

on: [push, pull_request]
on: [push]

jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Setup repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Deno
uses: denoland/setup-deno@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test

on: [push, pull_request]
on: [push]

jobs:
test:
Expand All @@ -13,7 +13,7 @@ jobs:
deno: [v1.x]
steps:
- name: Setup repo
uses: actions/checkout@v2
uses: actions/checkout@v3

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

0 comments on commit 006c8ce

Please sign in to comment.