Skip to content

Commit 8daa374

Browse files
Update actions/cache action to v4
1 parent d1daeee commit 8daa374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
echo "TFLINT_CONFIG_FILE=${{ github.workspace }}/.tflint.hcl" >> "$GITHUB_ENV"
7979
8080
- name: Cache plugin dir
81-
uses: actions/cache@v3
81+
uses: actions/cache@v4
8282
if: success() || failure()
8383
with:
8484
path: ~/.tflint.d/plugins

0 commit comments

Comments
 (0)