Skip to content

Commit efc3cb4

Browse files
authored
Update workflow actions (#77)
Update checkout action to v4.2.1. Update chart-release-action to v1.6.0. Co-authored-by: Johannes Faltermeier <[email protected]>
1 parent e0d9e8a commit efc3cb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # 4.2.1
1414
with:
1515
fetch-depth: 0
1616

@@ -20,6 +20,6 @@ jobs:
2020
git config user.email "[email protected]"
2121
2222
- name: Run chart-releaser
23-
uses: helm/chart-releaser-action@v1.1.0
23+
uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # 1.6.0
2424
env:
25-
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
25+
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)