Skip to content

Commit

Permalink
ensure workflows are current
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 21, 2025
1 parent a93fbaf commit 683aa1e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 88 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/terraform-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,11 @@ jobs:
runs-on: "229685449397"
permissions:
contents: write

steps:
- name: Checkout code
uses: CSVD/gh-actions-checkout@v4

- name: Setup Terraform
uses: CSVD/gh-actions-setup-terraform@v2
with:
terraform_version: '1.10.5'

- name: Setup GITHUB Credentials
id: github_credentials
uses: CSVD/gh-auth@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Terraform
uses: CSVD/gh-actions-setup-terraform@v2
with:
terraform_version: '1.7.3'
terraform_version: '1.10.5'

- name: Validate Terraform Configuration
id: validate
Expand Down
40 changes: 0 additions & 40 deletions terraform-release.yaml

This file was deleted.

42 changes: 0 additions & 42 deletions terraform-validate.yaml

This file was deleted.

0 comments on commit 683aa1e

Please sign in to comment.