Skip to content

Commit 9942db5

Browse files
chore(deps): update actions/cache action to v4 (#208)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 49be169 commit 9942db5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
terraform_version: '1.3.0'
4242

4343
- name: Cache terraform tools
44-
uses: actions/cache@v3
44+
uses: actions/cache@v4
4545
with:
4646
path: |
4747
~/.local/bin/terraform-docs
@@ -76,7 +76,7 @@ jobs:
7676
pip install pre-commit
7777
7878
- name: Cache pre-commit hooks
79-
uses: actions/cache@v3
79+
uses: actions/cache@v4
8080
with:
8181
path: ~/.cache/pre-commit
8282
key: pre-commit-${{ runner.os }}-${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)