Skip to content

Commit 5ddecef

Browse files
ci(github-action): update action ghcr.io/allenporter/flux-local ( v7.7.1 → v7.8.0 )
1 parent e9f4402 commit 5ddecef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
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.7.1@sha256:7ac069fe69d37926c0ffb508af230ae6d35603fddfce2ae97b2eee2d9eafcf20
58+
uses: docker://ghcr.io/allenporter/flux-local:v7.8.0@sha256:e8cd431e824eddd169763e02ef73ebb76c40740f1e1e67f6234a29b28304ce9c
5959
with:
6060
args: test --enable-helm --all-namespaces --path /github/workspace/kubernetes/flux/cluster -v
6161

.github/workflows/flux-local.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3737

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

@@ -66,7 +66,7 @@ jobs:
6666
path: default
6767

6868
- name: Run flux-local diff
69-
uses: docker://ghcr.io/allenporter/flux-local:v7.7.1
69+
uses: docker://ghcr.io/allenporter/flux-local:v7.8.0
7070
with:
7171
args: >-
7272
diff ${{ matrix.resources }}

0 commit comments

Comments
 (0)