Skip to content

Commit 6f064b0

Browse files
committed
chore: Update GitHub Actions versions
1 parent 3cdba65 commit 6f064b0

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout code
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828
- name: Setup Terraform
29-
uses: hashicorp/setup-terraform@v1
29+
uses: hashicorp/setup-terraform@v2
3030
with:
3131
terraform_version: ${{ matrix.terraform_version }}
3232
- name: Initialise with no backend

.github/workflows/security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Checkout code
37-
uses: actions/checkout@v3
37+
uses: actions/checkout@v4
3838
- name: Run tfsec
3939
uses: tfsec/tfsec-sarif-action@v0.1.4
4040
with:

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ jobs:
5353
id-token: write
5454
runs-on: ubuntu-latest
5555
steps:
56-
- name: Checkout code
57-
uses: actions/checkout@v3
5856
- name: Configure AWS credentials
5957
uses: aws-actions/configure-aws-credentials@v2
6058
with:

0 commit comments

Comments
 (0)