Skip to content

Commit

Permalink
Update validate-build-bicep.yml (Azure#818)
Browse files Browse the repository at this point in the history
Updating workflow validation bicep version to v0.24.24
  • Loading branch information
mikedzikowski authored Jan 22, 2024
1 parent c042c3f commit d13a18a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-build-bicep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- 'src/bicep/**'
- '!src/bicep/**.md'
env:
BICEP_VERSION: 'v0.10.61'
BICEP_VERSION: 'v0.24.24'
jobs:
validate-build:
runs-on: ubuntu-latest
Expand All @@ -28,4 +28,4 @@ jobs:
git add src/bicep/mlz.json
git commit -m "GitHub Action: Build Bicep to JSON"
git push origin HEAD:"$GITHUB_HEAD_REF"
fi
fi

0 comments on commit d13a18a

Please sign in to comment.