Skip to content

Commit 9594e38

Browse files
authored
Merge pull request #30 from atom-community/renovate/actions-checkout-4.x
2 parents c286363 + 69c7853 commit 9594e38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
2020

@@ -40,7 +40,7 @@ jobs:
4040
github.event.repository.fork == false
4141
runs-on: ubuntu-latest
4242
steps:
43-
- uses: actions/checkout@v3
43+
- uses: actions/checkout@v4
4444
- uses: actions/setup-node@v3
4545
with:
4646
node-version: "16.x"

0 commit comments

Comments
 (0)