Skip to content

Commit

Permalink
bump github-actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ntse committed Jan 13, 2025
1 parent 5825962 commit a4ffebc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
done
- name: Find Terraform version
uses: ukhsa-collaboration/devops-github-actions/.github/actions/parse-terraform-version@v0.7.0
uses: ukhsa-collaboration/devops-github-actions/.github/actions/parse-terraform-version@v0.8.0
id: terraform_version
with:
tf_file: "${{ matrix.stack.directory }}/terraform.tf"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
ssh-key: ${{ secrets.REPO_SSH_DEPLOY_KEY }}
- name: Determine order to run Terraform stacks
uses: >-
ukhsa-collaboration/devops-github-actions/.github/actions/terraform-dependency-sort@4dd09954935f912510217e2aab78c263e3598c5b
ukhsa-collaboration/devops-github-actions/.github/actions/terraform-dependency-sort@v0.8.0
id: stack_config
with:
reverse: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-initial-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
ssh-key: ${{ secrets.REPO_SSH_DEPLOY_KEY }}
- name: Determine order to run Terraform stacks
uses: >-
UKHSA-Internal/devops-github-actions/.github/actions/terraform-dependency-sort@v0.7.0
UKHSA-Internal/devops-github-actions/.github/actions/terraform-dependency-sort@v0.8.0
id: stack_config

filter_matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-plan-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
ssh-key: ${{ secrets.REPO_SSH_DEPLOY_KEY }}
- name: Determine order to run Terraform stacks
uses: >-
ukhsa-collaboration/devops-github-actions/.github/actions/terraform-dependency-sort@4dd09954935f912510217e2aab78c263e3598c5b
ukhsa-collaboration/devops-github-actions/.github/actions/terraform-dependency-sort@v0.8.0
id: stack_config

filter_matrix_1:
Expand Down

0 comments on commit a4ffebc

Please sign in to comment.