Skip to content

Commit

Permalink
Merge pull request #77 from atom-community/renovate/actions-checkout-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Mar 13, 2022
2 parents 93334da + 41c4780 commit 6da9a65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# - windows-latest
atom_channel: [stable, beta]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: UziTech/action-setup-atom@v1
with:
channel: ${{ matrix.atom_channel }}
Expand All @@ -37,7 +37,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Commit lint ✨
Expand All @@ -58,7 +58,7 @@ jobs:
github.event.repository.fork == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: UziTech/action-setup-atom@v1
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 6da9a65

Please sign in to comment.