Skip to content

Commit 5b22a71

Browse files
authored
Merge pull request #21 from sil-org/update-actions
upgrade GitHub actions
2 parents 3685b6b + 72e44fd commit 5b22a71

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/terraform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
steps:
2626
# Checkout the repository to the GitHub Actions runner
2727
- name: Checkout
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@v6
2929

3030
# Install the latest version of Terraform CLI
3131
- name: Setup Terraform
32-
uses: hashicorp/setup-terraform@v2
32+
uses: hashicorp/setup-terraform@v3
3333

3434
# Checks that all Terraform configuration files adhere to a canonical format
3535
- name: Terraform Format

0 commit comments

Comments
 (0)