We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bcf291e + c4cd5a6 commit 31b3198Copy full SHA for 31b3198
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
os: [windows-latest, ubuntu-latest, macos-latest]
18
fail-fast: false
19
steps:
20
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
21
- name: Fetch all history for all tags and branches
22
run: |
23
git fetch --prune --unshallow
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
matrix:
12
os: [ubuntu-latest]
13
14
15
16
0 commit comments