Skip to content

Commit

Permalink
FKS-845 update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Erling Jahr committed Jul 23, 2024
1 parent 1c50c47 commit be329e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
with:
creds: "${{ secrets[format('AKS_{0}_FINT_GITHUB', steps.environment.outputs.result)] }}"

- uses: azure/use-kubelogin@v1.1
- uses: azure/use-kubelogin@v1.2
with:
kubelogin-version: 'v0.0.26'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
with:
creds: "${{ secrets[format('AKS_{0}_FINT_GITHUB', steps.environment.outputs.result)] }}"

- uses: azure/use-kubelogin@v1
- uses: azure/use-kubelogin@v1.2
with:
kubelogin-version: 'v0.0.32'

Expand Down

0 comments on commit be329e3

Please sign in to comment.