Skip to content

Commit 4553574

Browse files
committed
Bump cache action from EOL'd v2 to v4
1 parent 59bc0f2 commit 4553574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Cache Comment Id
5353
if: github.event_name == 'pull_request'
5454
id: cache-comment-id
55-
uses: actions/cache@v2.1.7
55+
uses: actions/cache@v4.2.3
5656
with:
5757
path: ./comment-cache
5858
key: pr-${{ github.event.number }}-comment-id${{ inputs.cache-key-suffix }}

0 commit comments

Comments
 (0)