Skip to content

Commit f0727cd

Browse files
committed
Update actions and keep them updated
1 parent d2040f1 commit f0727cd

2 files changed

Lines changed: 13 additions & 11 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,9 @@ updates:
66
interval: daily
77
- package-ecosystem: gomod
88
directory: lambda
9+
schedule:
10+
interval: daily
11+
- package-ecosystem: github-actions
12+
directory: /
913
schedule:
1014
interval: daily

.github/workflows/pr.yml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ on:
1010

1111
jobs:
1212
golang:
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414

1515
steps:
1616
- name: Checkout
1717
id: checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919

2020
- name: Setup Go
2121
id: setup
22-
uses: actions/setup-go@v4
22+
uses: actions/setup-go@v6
2323
with:
24-
go-version: '1.21.x'
24+
go-version-file: 'lambda/go.mod'
2525

2626
- name: Install dependencies
2727
id: deps
@@ -41,18 +41,16 @@ jobs:
4141
run: go test ./... -cover
4242

4343
terraform:
44-
runs-on: ubuntu-22.04
44+
runs-on: ubuntu-24.04
4545

4646
steps:
4747
- name: Checkout
4848
id: checkout
49-
uses: actions/checkout@v4
49+
uses: actions/checkout@v6
5050

5151
- name: Setup Terraform
5252
id: setup
53-
uses: hashicorp/setup-terraform@v1
54-
with:
55-
terraform_version: '1.5.7'
53+
uses: hashicorp/setup-terraform@v3
5654

5755
- name: Terraform Format
5856
id: format
@@ -83,9 +81,9 @@ jobs:
8381

8482
- name: Setup TFLint
8583
id: tflint-setup
86-
uses: terraform-linters/setup-tflint@19a52fbac37dacb22a09518e4ef6ee234f2d4987 # v4.0.0
84+
uses: terraform-linters/setup-tflint@v6.2.1
8785
with:
88-
tflint_version: v0.48.0
86+
tflint_version: 'latest'
8987

9088
- name: Init TFLint
9189
id: tflint-init

0 commit comments

Comments
 (0)