Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmilbaum authored Sep 26, 2023
1 parent c34467d commit 6a44d44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
contents: write

steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: pre-commit/[email protected]

- name: Setup
uses: hashicorp/setup-terraform@v2
uses: hashicorp/setup-terraform@v2.0.3
with:
terraform_version: 1.3.7

Expand All @@ -29,7 +29,7 @@ jobs:
terragrunt_version: 0.43.0

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@8c3f20df09ac63af7b3ae3d7c91f105f857d8497 # v4
uses: aws-actions/configure-aws-credentials@8c3f20df09ac63af7b3ae3d7c91f105f857d8497 # v4.0.0
with:
role-to-assume: ${{ secrets.ROLE }}
aws-region: eu-west-2
Expand Down

0 comments on commit 6a44d44

Please sign in to comment.