Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/docker/setup-bui…
Browse files Browse the repository at this point in the history
…ldx-action-3.3.0
  • Loading branch information
clouddrove-ci authored Apr 15, 2024
2 parents 5532635 + 2da23ba commit 85e2454
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:

- name: Install Azure CLI
if: ${{ inputs.provider == 'azure' }}
uses: azure/login@v1
uses: azure/login@v2
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
# Install azure-cli
- name: Install Azure CLI
if: ${{ inputs.provider == 'azurerm' }}
uses: azure/login@v1
uses: azure/login@v2
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:

- name: Install Azure CLI
if: ${{ inputs.provider == 'azurerm' }}
uses: azure/login@v1
uses: azure/login@v2
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tf-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
tflint_version: v0.44.1
github_token: ${{ secrets.GITHUB }}

- uses: terraform-linters/tflint-load-config-action@v1
- uses: terraform-linters/tflint-load-config-action@v2
name: Setup tflint-config
with:
source-repo: clouddrove/github-shared-workflows
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tfdrift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
# Install azure-cli
- name: Install Azure CLI
if: ${{ inputs.provider == 'azurerm' }}
uses: azure/login@v1
uses: azure/login@v2
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

Expand Down

0 comments on commit 85e2454

Please sign in to comment.