Skip to content

Commit 197a473

Browse files
authored
Merge pull request #74 from atom-community/renovate/actions-checkout-4.x
2 parents 5ef4fba + 0e997e9 commit 197a473

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
@@ -15,7 +15,7 @@ jobs:
1515
# - macos-latest
1616
# - windows-latest
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
2121

@@ -49,7 +49,7 @@ jobs:
4949
github.event.repository.fork == false
5050
runs-on: ubuntu-latest
5151
steps:
52-
- uses: actions/checkout@v3
52+
- uses: actions/checkout@v4
5353
- uses: UziTech/action-setup-atom@v1
5454
- uses: actions/setup-node@v3
5555
with:

0 commit comments

Comments
 (0)