Skip to content

Commit 8819d13

Browse files
author
IK Renovate Bot
committed
chore(deps): update actions/cache action to v3.0.11 (.github/workflows/linter.yml)
1 parent 1ed84d0 commit 8819d13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linter.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: hashicorp/setup-terraform@v3
2020

2121
- name: Cache terraform folder
22-
uses: actions/cache@v3
22+
uses: actions/cache@v3.0.11
2323
with:
2424
path: ./.terraform
2525
key: terraform
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- uses: actions/checkout@v4
42-
- uses: actions/cache@v3
42+
- uses: actions/cache@v3.0.11
4343
name: Cache tflint plugin dir
4444
with:
4545
path: ~/.tflint.d/plugins

0 commit comments

Comments
 (0)