Skip to content

Commit 5ce9c1a

Browse files
committed
chore(dependencies): Update alpine/helm Docker tag to v3.13.2
1 parent f90d779 commit 5ce9c1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
helm-lint-job:
2828
runs-on: "ubuntu-22.04"
2929
container:
30-
image: "alpine/helm:3.13.0"
30+
image: "alpine/helm:3.13.2"
3131
steps:
3232
- name: "Checkout repository"
3333
uses: "actions/[email protected]"
@@ -47,7 +47,7 @@ jobs:
4747
helm-test-job:
4848
runs-on: "ubuntu-22.04"
4949
container:
50-
image: "alpine/helm:3.13.0"
50+
image: "alpine/helm:3.13.2"
5151
steps:
5252
- name: "Checkout repository"
5353
uses: "actions/[email protected]"
@@ -94,7 +94,7 @@ jobs:
9494
if: "needs.determine-version-job.outputs.version != ''"
9595
runs-on: "ubuntu-22.04"
9696
container:
97-
image: "alpine/helm:3.13.0"
97+
image: "alpine/helm:3.13.2"
9898
steps:
9999
- name: "Checkout repository"
100100
uses: "actions/[email protected]"

0 commit comments

Comments
 (0)