Skip to content

Commit

Permalink
ci: upgrade az cli version (#1195)
Browse files Browse the repository at this point in the history
<!--- Provide a general summary of your changes in the Title above -->

## Description

New version of Bicep dropped, upgrading to latest azure cli to include
it.

<!--- Describe your changes in detail -->

## Related Issue(s)

- #{issue number}

## Verification

- [ ] **Your** code builds clean without any errors or warnings
- [ ] Manual testing done (required)
- [ ] Relevant automated test added (if you find this hard, leave it and
we'll help out)

## Documentation

- [ ] Documentation is updated (either in `docs`-directory, Altinnpedia
or a separate linked PR in
[altinn-studio-docs.](https://github.com/Altinn/altinn-studio-docs), if
applicable)


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Updated Azure CLI version to 2.64.0 for improved deployment
capabilities.
  
- **Bug Fixes**
	- Enhanced performance and stability with the latest Azure CLI updates.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
arealmaas authored Sep 25, 2024
1 parent 4b8cd92 commit 49012ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action-deploy-apps.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Deploy apps
env:
AZ_CLI_VERSION: 2.61.0
AZ_CLI_VERSION: 2.64.0
on:
workflow_call:
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/action-deploy-infra.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Deploy infrastructure

env:
AZ_CLI_VERSION: 2.61.0
AZ_CLI_VERSION: 2.64.0

on:
workflow_call:
Expand Down

0 comments on commit 49012ec

Please sign in to comment.