Skip to content

Commit 5aa701a

Browse files
chore(deps): update all dependencies
1 parent 6b4dcde commit 5aa701a

File tree

4 files changed

+33
-33
lines changed

4 files changed

+33
-33
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
7373
name: Checkout source code
7474

75-
- uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
75+
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
7676
name: Cache plugin dir
7777
with:
7878
path: ~/.tflint.d/plugins

.terraform.lock.hcl

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.tflint.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ plugin "terraform" {
55

66
plugin "aws" {
77
enabled = true
8-
version = "0.37.0"
8+
version = "0.38.0"
99
source = "github.com/terraform-linters/tflint-ruleset-aws"
1010
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
boto3 ==1.37.2
2-
botocore ==1.37.2
1+
boto3 ==1.37.4
2+
botocore ==1.37.4

0 commit comments

Comments
 (0)