We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1aadc7c + 903005c commit 8355580Copy full SHA for 8355580
.github/workflows/generate-helm-docs.yaml
@@ -5,7 +5,7 @@ jobs:
5
generate:
6
runs-on: ubuntu-latest
7
steps:
8
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
9
with:
10
ref: ${{ github.event.pull_request.head.ref }}
11
- name: Generate Helm documentation
.github/workflows/lint-test.yaml
@@ -10,7 +10,7 @@ jobs:
12
- name: Checkout Code
13
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
14
15
fetch-depth: 0
16
.github/workflows/release.yaml
- name: Fetch history
run: git fetch --prune --unshallow
0 commit comments