Skip to content
Snippets Groups Projects
Unverified Commit 4ad0ee89 authored by groundhog2k's avatar groundhog2k Committed by GitHub
Browse files

Update used scripts in workflow (#637)

Fixes #636
parent 89f53e21
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,6 @@ jobs: ...@@ -20,6 +20,6 @@ jobs:
git config user.name "$GITHUB_ACTOR" git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com" git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Run Release - name: Run Release
uses: helm/chart-releaser-action@v1.0.0 uses: helm/chart-releaser-action@v1.2.1
env: env:
CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}' CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
...@@ -15,7 +15,7 @@ jobs: ...@@ -15,7 +15,7 @@ jobs:
- name: Fetch history - name: Fetch history
run: git fetch --prune --unshallow run: git fetch --prune --unshallow
- name: Run lint - name: Run lint
uses: helm/chart-testing-action@v1.1.0 uses: helm/chart-testing-action@v2.1.0
with: with:
command: lint command: lint
config: .github/verify-config.yaml config: .github/verify-config.yaml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment