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.
1 parent 80b8ded commit 9fff77bCopy full SHA for 9fff77b
.github/workflows/helm-chart-releaser.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout
15
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
+ uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
16
with:
17
fetch-depth: 0
18
@@ -22,7 +22,7 @@ jobs:
22
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
23
24
- name: Install Helm
25
- uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4
+ uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
26
27
token: ${{ secrets.GITHUB_TOKEN }}
28
0 commit comments