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.
1 parent 49bcfa0 commit 86399b8Copy full SHA for 86399b8
.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@v2
@@ -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@v2
0 commit comments