Skip to content

Commit

Permalink
chore(dependencies): Update alpine/helm Docker tag to v3.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and erNail committed Feb 23, 2024
1 parent cbc805c commit 3f9df4f
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 @@ -27,7 +27,7 @@ jobs:
helm-lint-job:
runs-on: "ubuntu-22.04"
container:
image: "alpine/helm:3.14.0"
image: "alpine/helm:3.14.1"
steps:
- name: "Checkout repository"
uses: "actions/[email protected]"
Expand All @@ -47,7 +47,7 @@ jobs:
helm-test-job:
runs-on: "ubuntu-22.04"
container:
image: "alpine/helm:3.14.0"
image: "alpine/helm:3.14.1"
steps:
- name: "Checkout repository"
uses: "actions/[email protected]"
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
if: "needs.determine-version-job.outputs.version != ''"
runs-on: "ubuntu-22.04"
container:
image: "alpine/helm:3.14.0"
image: "alpine/helm:3.14.1"
steps:
- name: "Checkout repository"
uses: "actions/[email protected]"
Expand Down

0 comments on commit 3f9df4f

Please sign in to comment.