We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4662d7a commit 1e2fbb5Copy full SHA for 1e2fbb5
2 files changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
17
with:
18
fetch-depth: 0
19
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: macos-11
11
12
@@ -31,7 +31,7 @@ jobs:
31
needs: release
32
33
34
35
36
- name: Update new version in krew-index
37
if: ${{ success() && !contains(github.ref, '-') }}
0 commit comments