Skip to content

Commit

Permalink
Merge pull request #30 from atom-community/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Oct 19, 2023
2 parents c286363 + 69c7853 commit 9594e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -40,7 +40,7 @@ jobs:
github.event.repository.fork == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "16.x"
Expand Down

0 comments on commit 9594e38

Please sign in to comment.