Skip to content

Commit

Permalink
Merge pull request #127 from atom-community/renovate/actions-checkout…
Browse files Browse the repository at this point in the history
…-4.x
  • Loading branch information
aminya authored Oct 19, 2023
2 parents 7bb68b5 + 2673c4e commit 14d6e57
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@v3
- uses: actions/checkout@v4
- 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@v3
- uses: actions/checkout@v4
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@v3
- uses: actions/checkout@v4
- uses: UziTech/action-setup-atom@v1
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 14d6e57

Please sign in to comment.