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 fd66ed8 + c38dbad commit 631f1c0Copy full SHA for 631f1c0
.github/workflows/release-charts.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout
18
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
19
with:
20
fetch-depth: 0
21
.github/workflows/update-app-version.yml
@@ -20,7 +20,7 @@ jobs:
appVersion: ${{ steps.eval.outputs.appVersion }}
22
- name: Checkout code
23
24
- name: check workflow_dispatch or repository_dispatch
25
id: eval
26
shell: bash
@@ -55,7 +55,7 @@ jobs:
55
needs: [check_vars]
56
57
58
59
- name: Install helm-docs @latest
60
env:
61
DOCS_VERSION: 1.11.0
0 commit comments