5454 fi
5555
5656 - name : Install Helm Docs
57- uses : action-stars/install-tool-from-github-release@f2e83e089fa618aa7e9fd3452fbcf4fe1598ede2 # v0.2.5
57+ uses : action-stars/install-tool-from-github-release@1fa61c3bea52eca3bcdb1f5c961a3b113fe7fa54 # v0.2.6
5858 with :
5959 github_token : ${{ secrets.GITHUB_TOKEN }}
6060 owner : norwoodj
8181 helm unittest -f 'tests/*_test.yaml' --color charts/external-dns
8282
8383 - name : Install YQ
84- uses : action-stars/install-tool-from-github-release@f2e83e089fa618aa7e9fd3452fbcf4fe1598ede2 # v0.2.5
84+ uses : action-stars/install-tool-from-github-release@1fa61c3bea52eca3bcdb1f5c961a3b113fe7fa54 # v0.2.6
8585 with :
8686 github_token : ${{ github.token }}
8787 owner : mikefarah
9292 version : latest
9393
9494 - name : Install MDQ
95- uses : action-stars/install-tool-from-github-release@f2e83e089fa618aa7e9fd3452fbcf4fe1598ede2 # v0.2.5
95+ uses : action-stars/install-tool-from-github-release@1fa61c3bea52eca3bcdb1f5c961a3b113fe7fa54 # v0.2.6
9696 with :
9797 github_token : ${{ github.token }}
9898 owner : yshavit
@@ -165,7 +165,7 @@ jobs:
165165 fi
166166
167167 - name : Install Artifact Hub CLI
168- uses : action-stars/install-tool-from-github-release@f2e83e089fa618aa7e9fd3452fbcf4fe1598ede2 # v0.2.5
168+ uses : action-stars/install-tool-from-github-release@1fa61c3bea52eca3bcdb1f5c961a3b113fe7fa54 # v0.2.6
169169 with :
170170 github_token : ${{ github.token }}
171171 owner : artifacthub
@@ -184,13 +184,13 @@ jobs:
184184 python-version : " 3.x"
185185
186186 - name : Set-up chart-testing
187- uses : helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7 .0
187+ uses : helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8 .0
188188
189189 - name : Run chart-testing lint
190190 run : ct lint --charts=./charts/external-dns --target-branch=${{ github.event.repository.default_branch }} --check-version-increment=false
191191
192192 - name : Create Kind cluster
193- uses : helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12 .0
193+ uses : helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13 .0
194194 with :
195195 wait : 120s
196196
0 commit comments