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 4afbd02 + 3f68c2d commit 9e5ab69Copy full SHA for 9e5ab69
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
steps:
27
28
- name: Git checkout
29
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
30
with:
31
fetch-depth: 0
32
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
25
@@ -38,7 +38,7 @@ jobs:
38
runs-on: ubuntu-latest
39
40
41
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
42
43
44
0 commit comments