Skip to content

Commit 1cd500c

Browse files
ci(github-action): update action ghcr.io/allenporter/flux-local ( v7.2.1 → v7.3.0 )
1 parent 1f1599c commit 1cd500c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/e2e.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
task talos:generate-config
5656
5757
- name: Run flux-local test
58-
uses: docker://ghcr.io/allenporter/flux-local:v7.2.1@sha256:2c8d7f87f6d98e189378b7fc1af3974c0d701ebbd1fabb6bd883e781170f3057
58+
uses: docker://ghcr.io/allenporter/flux-local:v7.3.0@sha256:81870d4e24a3691e0ef9a258505100b194e550e1f8ffeb5e696fdbaab1913429
5959
with:
6060
args: test --enable-helm --all-namespaces --path /github/workspace/kubernetes/flux/cluster -v
6161

.github/workflows/flux-local.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/checkout@v4
3737

3838
- name: Run flux-local test
39-
uses: docker://ghcr.io/allenporter/flux-local:v7.2.1
39+
uses: docker://ghcr.io/allenporter/flux-local:v7.3.0
4040
with:
4141
args: test --enable-helm --all-namespaces --path /github/workspace/kubernetes/flux/cluster -v
4242

@@ -65,7 +65,7 @@ jobs:
6565
path: default
6666

6767
- name: Run flux-local diff
68-
uses: docker://ghcr.io/allenporter/flux-local:v7.2.1
68+
uses: docker://ghcr.io/allenporter/flux-local:v7.3.0
6969
with:
7070
args: >-
7171
diff ${{ matrix.resources }}

0 commit comments

Comments
 (0)