Skip to content

Commit

Permalink
Update workflow and bicep version (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
shibayan committed Feb 14, 2023
1 parent 3ff2594 commit c32ae90
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
DOTNET_VERSION: 7.0.x
BICEP_VERSION: 0.13.1
BICEP_VERSION: 0.14.46

jobs:
build:
Expand All @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3

- name: Use .NET Core ${{ env.DOTNET_VERSION }}
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ env.DOTNET_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3

- name: Use .NET ${{ env.DOTNET_VERSION }}
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ env.DOTNET_VERSION }}

Expand Down
4 changes: 2 additions & 2 deletions azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.13.1.58284",
"templateHash": "11615789758747036490"
"version": "0.14.46.61228",
"templateHash": "15152378327738671338"
}
},
"parameters": {
Expand Down

0 comments on commit c32ae90

Please sign in to comment.