dependabot[bot] commited on
Commit
49d4dd5
·
unverified ·
1 Parent(s): c982f9b

Bump the github-actions group with 1 update

Browse files

Bumps the github-actions group with 1 update: [azure/CLI](https://github.com/azure/cli).


Updates `azure/CLI` from 1 to 2
- [Release notes](https://github.com/azure/cli/releases)
- [Changelog](https://github.com/Azure/cli/blob/master/ReleaseProcess.md)
- [Commits](https://github.com/azure/cli/compare/v1...v2)

---
updated-dependencies:
- dependency-name: azure/CLI
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>

.github/workflows/azure-bicep-validate.yaml CHANGED
@@ -27,12 +27,12 @@ jobs:
27
  uses: actions/checkout@v4
28
 
29
  - name: Build Bicep
30
- uses: azure/CLI@v1
31
  with:
32
  inlineScript: az bicep build -f infra/main.bicep
33
 
34
  - name: Format Bicep
35
- uses: azure/CLI@v1
36
  with:
37
  inlineScript: az bicep format -f infra/main.bicep
38
 
 
27
  uses: actions/checkout@v4
28
 
29
  - name: Build Bicep
30
+ uses: azure/CLI@v2
31
  with:
32
  inlineScript: az bicep build -f infra/main.bicep
33
 
34
  - name: Format Bicep
35
+ uses: azure/CLI@v2
36
  with:
37
  inlineScript: az bicep format -f infra/main.bicep
38