Skip to content

Commit 59e39de

Browse files
Update actions/cache action to v5
1 parent 822ee1b commit 59e39de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
cache-to: type=gha,mode=max
5858
provenance: false
5959

60-
- uses: actions/cache@v4
60+
- uses: actions/cache@v5
6161
name: Cache TFLint plugin dir
6262
with:
6363
path: ~/.tflint.d/plugins
@@ -87,7 +87,7 @@ jobs:
8787
mkdir --parents ~/.terraform.d/plugin-cache
8888
8989
- name: Cache Terraform
90-
uses: actions/cache@v4
90+
uses: actions/cache@v5
9191
with:
9292
path: |
9393
~/.terraform.d/plugin-cache

0 commit comments

Comments
 (0)