We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07eb977 commit f24e1f3Copy full SHA for f24e1f3
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
matrix:
13
node-version: [16.x, 18.x, 20.x]
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
with:
17
fetch-depth: 0
18
submodules: recursive
@@ -43,7 +43,7 @@ jobs:
43
- 8013:8013
44
45
46
47
- uses: actions/setup-node@v3
48
49
# we need 'fetch' for this test, which is only in 18+
.github/workflows/release-please.yml
@@ -19,7 +19,7 @@ jobs:
19
# The logic below handles the npm publication:
20
- name: Checkout Repository
21
if: ${{ steps.release.outputs.releases_created }}
22
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
23
24
25
0 commit comments