Skip to content

Commit 86c7594

Browse files
ci(github-action): update action ghcr.io/allenporter/flux-local (v7.3.0 → v7.4.0)
Signed-off-by: yo-renovate[bot] <147074833+yo-renovate[bot]@users.noreply.github.com>
1 parent 22a84aa commit 86c7594

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/flux-local.yaml

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

2121
- name: Run flux-local test
22-
uses: docker://ghcr.io/allenporter/flux-local:v7.3.0
22+
uses: docker://ghcr.io/allenporter/flux-local:v7.4.0
2323
with:
2424
args: >-
2525
test
@@ -50,7 +50,7 @@ jobs:
5050
path: default
5151

5252
- name: Run flux-local diff
53-
uses: docker://ghcr.io/allenporter/flux-local:v7.3.0
53+
uses: docker://ghcr.io/allenporter/flux-local:v7.4.0
5454
with:
5555
args: >-
5656
diff ${{ matrix.resources }}

.github/workflows/image-pull.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
ref: ${{ matrix.branches == 'default' && github.event.repository.default_branch || '' }}
2929

3030
- name: Gather Images
31-
uses: docker://ghcr.io/allenporter/flux-local:v7.3.0
31+
uses: docker://ghcr.io/allenporter/flux-local:v7.4.0
3232
with:
3333
args: >-
3434
get cluster

0 commit comments

Comments
 (0)