We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dc2044 commit 066fd57Copy full SHA for 066fd57
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
fail-fast: false
9
steps:
10
- - uses: actions/checkout@v3.0.2
+ - uses: actions/checkout@v4.1.3
11
with:
12
fetch-depth: 100
13
- name: Fetch tags
.github/workflows/release-nightly.yml
@@ -9,7 +9,7 @@ jobs:
fail-fast: true
14
15
.github/workflows/release.yml
0 commit comments