Skip to content

Commit 86399b8

Browse files
committed
chore(deps): update actions/checkout action to v3
1 parent 49bcfa0 commit 86399b8

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@v2
@@ -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@v2

0 commit comments

Comments
 (0)