Skip to content

Commit

Permalink
fix(github-action): update fluxcd/flux2 action to v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-blake[bot] authored Dec 17, 2023
1 parent 38252d5 commit 031c84c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flux-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
password: "${{ steps.app-token.outputs.token }}"

- name: Setup Flux
uses: fluxcd/flux2/action@53ad742e2d0f6f0df19ec11a25a0e3adce80c475 # v2.2.0
uses: fluxcd/flux2/action@9b3958825a314eb79495c6993ef397ddbf87f32f # v2.2.1

- name: Diff Resources
# uses: allenporter/flux-local/action/diff@19bfc6920e8964a479363bc230e6c329120ead02 # 3.2.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flux-hr-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
setup-tools: yq

- name: Setup Flux
uses: fluxcd/flux2/action@53ad742e2d0f6f0df19ec11a25a0e3adce80c475 # v2.2.0
uses: fluxcd/flux2/action@9b3958825a314eb79495c6993ef397ddbf87f32f # v2.2.1

- name: Write kubeconfig
id: kubeconfig
Expand Down

0 comments on commit 031c84c

Please sign in to comment.