Skip to content

Commit 663c411

Browse files
authored
Merge pull request #96 from atom-community/renovate/actions-checkout-3.x
2 parents b301d8b + 86399b8 commit 663c411

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- windows-latest
1717
atom_channel: [stable, beta]
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020

2121
- name: Cache node_modules
2222
uses: actions/cache@v3
@@ -61,7 +61,7 @@ jobs:
6161
- windows-latest
6262
atom_channel: [stable, beta]
6363
steps:
64-
- uses: actions/checkout@v2
64+
- uses: actions/checkout@v3
6565

6666
- name: Cache node_modules
6767
id: github-cache-conan
@@ -120,7 +120,7 @@ jobs:
120120
env:
121121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
122122
steps:
123-
- uses: actions/checkout@v2
123+
- uses: actions/checkout@v3
124124
with:
125125
fetch-depth: 0
126126
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)