Skip to content
This repository was archived by the owner on May 19, 2026. It is now read-only.

Commit cf611bb

Browse files
Merge pull request #242 from controlaltdelete-nl/renovate/actions-cache-5.x
Update actions/cache action to v5
2 parents 84a25bb + e8d1e52 commit cf611bb

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/create-development-dump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v6
1818

1919
- name: Cache vendor
20-
uses: actions/cache@v4
20+
uses: actions/cache@v5
2121
with:
2222
path: |
2323
vendor

.github/workflows/create-production-backup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v6
1818

1919
- name: Cache vendor
20-
uses: actions/cache@v4
20+
uses: actions/cache@v5
2121
with:
2222
path: |
2323
vendor

.github/workflows/magento2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v6
1515

1616
- name: Cache vendor
17-
uses: actions/cache@v4
17+
uses: actions/cache@v5
1818
with:
1919
path: |
2020
vendor
@@ -205,7 +205,7 @@ jobs:
205205
- uses: actions/checkout@v6
206206

207207
- name: Cache vendor
208-
uses: actions/cache@v4
208+
uses: actions/cache@v5
209209
with:
210210
path: |
211211
vendor

0 commit comments

Comments
 (0)