Skip to content

Commit

Permalink
chore(deps): update githubactions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2023
1 parent 76587ca commit b00dcc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
fetch-depth: 0

- uses: aquaproj/aqua-installer@v2.0.2
- uses: aquaproj/aqua-installer@v2.1.2
with:
aqua_version: v1.34.0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0

- uses: aquaproj/aqua-installer@v2.0.2
- uses: aquaproj/aqua-installer@v2.1.2
with:
aqua_version: v1.34.0

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

0 comments on commit b00dcc8

Please sign in to comment.