diff --git a/.github/workflows/azure-infra.yml b/.github/workflows/azure-infra.yml index a0fa1d69..da10d7ae 100644 --- a/.github/workflows/azure-infra.yml +++ b/.github/workflows/azure-infra.yml @@ -14,7 +14,7 @@ jobs: environment: azure-prod steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Login to Azure uses: azure/login@v2 with: @@ -23,7 +23,7 @@ jobs: subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} - name: Lint Bicep run: | - az bicep build ./azure/bicep/main.bicep + az bicep build --file ./azure/bicep/main.bicep - name: Run what-if uses: azure/arm-deploy@v1 with: @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Login to Azure uses: azure/login@v2 with: diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 42b88ed5..5306fff4 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v3 with: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 31def6b9..53644d51 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: validate: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v3 with: