Skip to content

Commit

Permalink
Update workflow actions (#77)
Browse files Browse the repository at this point in the history
Update checkout action to v4.2.1.
Update chart-release-action to v1.6.0.

 Co-authored-by: Johannes Faltermeier <[email protected]>
  • Loading branch information
sgraband authored Oct 22, 2024
1 parent e0d9e8a commit efc3cb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # 4.2.1
with:
fetch-depth: 0

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

0 comments on commit efc3cb4

Please sign in to comment.