Skip to content

Commit 43a639f

Browse files
Copilotvhvb1989
andcommitted
Update GitHub workflow to use bicep v0.36.1
Co-authored-by: vhvb1989 <24213737+vhvb1989@users.noreply.github.com>
1 parent f9ae3e2 commit 43a639f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-bicep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Upgrade bicep
1818
run: |
1919
which bicep
20-
sudo curl -o $(which bicep) -L https://github.com/Azure/bicep/releases/download/v0.35.1/bicep-linux-x64
20+
sudo curl -o $(which bicep) -L https://github.com/Azure/bicep/releases/download/v0.36.1/bicep-linux-x64
2121
sudo chmod +x $(which bicep)
2222
- name: Lint .bicep files
2323
run: $ErrorActionPreference='Continue'; eng/scripts/Test-BicepLint.ps1 -Verbose

0 commit comments

Comments
 (0)