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 9fbe293 + bd03a2e commit 5cf10e4Copy full SHA for 5cf10e4
.github/workflows/assets.yml
@@ -11,7 +11,7 @@ jobs:
11
12
steps:
13
- name: Checkout
14
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
15
with:
16
fetch-depth: 1
17
.github/workflows/build-publish.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
fetch-depth: 0
34
.github/workflows/tests.yml
@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
18
19
20
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
21
22
23
0 commit comments