Skip to content

Commit

Permalink
chore(dependencies): Update alpine/helm Docker tag to v3.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and erNail committed May 26, 2024
1 parent ad0035b commit d160874
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
helm-lint-job:
runs-on: "ubuntu-22.04"
container:
image: "alpine/helm:3.14.4"
image: "alpine/helm:3.15.1"
steps:
- name: "Checkout repository"
uses: "actions/[email protected]"
Expand All @@ -49,7 +49,7 @@ jobs:
helm-test-job:
runs-on: "ubuntu-22.04"
container:
image: "alpine/helm:3.14.4"
image: "alpine/helm:3.15.1"
steps:
- name: "Checkout repository"
uses: "actions/[email protected]"
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
if: "needs.determine-version-job.outputs.version != ''"
runs-on: "ubuntu-22.04"
container:
image: "alpine/helm:3.14.4"
image: "alpine/helm:3.15.1"
steps:
- name: "Checkout repository"
uses: "actions/[email protected]"
Expand Down

0 comments on commit d160874

Please sign in to comment.