We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b301d8b + 86399b8 commit 663c411Copy full SHA for 663c411
.github/workflows/CI.yml
@@ -16,7 +16,7 @@ jobs:
16
- windows-latest
17
atom_channel: [stable, beta]
18
steps:
19
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
20
21
- name: Cache node_modules
22
uses: actions/cache@v3
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
66
67
id: github-cache-conan
@@ -120,7 +120,7 @@ jobs:
120
env:
121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
122
123
124
with:
125
fetch-depth: 0
126
- uses: actions/setup-node@v3
0 commit comments