Skip to content

Commit 89bf09e

Browse files
ci(github-action)!: Update action ghcr.io/allenporter/flux-local (v7.11.0 → v8.0.0) (#2240)
1 parent c28d14a commit 89bf09e

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
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3434

3535
- name: Run flux-local test
36-
uses: docker://ghcr.io/allenporter/flux-local:v7.11.0
36+
uses: docker://ghcr.io/allenporter/flux-local:v8.0.0
3737
with:
3838
args: >-
3939
test
@@ -69,7 +69,7 @@ jobs:
6969
path: default
7070

7171
- name: Run flux-local diff
72-
uses: docker://ghcr.io/allenporter/flux-local:v7.11.0
72+
uses: docker://ghcr.io/allenporter/flux-local:v8.0.0
7373
with:
7474
args: >-
7575
diff ${{ matrix.resource }}

.github/workflows/image-pull.yaml

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

4646
- name: Gather Images
47-
uses: docker://ghcr.io/allenporter/flux-local:v7.11.0
47+
uses: docker://ghcr.io/allenporter/flux-local:v8.0.0
4848
with:
4949
args: >-
5050
get cluster

0 commit comments

Comments
 (0)