Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Bicep build + lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Install Bicep CLI
run: |
curl -Lo bicep https://github.com/Azure/bicep/releases/latest/download/bicep-linux-x64
Expand All @@ -42,7 +42,7 @@ jobs:
run:
working-directory: infra-terraform/infra
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: "1.10.0"
Expand All @@ -58,7 +58,7 @@ jobs:
name: Python compile + import check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: actions/setup-python@v5
with:
python-version: "3.11"
Expand All @@ -74,7 +74,7 @@ jobs:
name: Shellcheck + PSScriptAnalyzer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Install shellcheck
run: sudo apt-get update && sudo apt-get install -y shellcheck
- name: Run shellcheck on *.sh
Expand Down
Loading