Skip to content

Commit 6d51302

Browse files
Update actions/cache action to v4
| datasource | package | from | to | | ----------- | ------------- | ---- | -- | | github-tags | actions/cache | v3 | v4 |
1 parent 5e53311 commit 6d51302

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
tools: composer:v2
6666

6767
- name: "Cache dependencies"
68-
uses: "actions/cache@v3"
68+
uses: "actions/cache@v4"
6969
with:
7070
path: |
7171
~/.composer/cache
@@ -118,7 +118,7 @@ jobs:
118118
tools: composer:v2
119119

120120
- name: "Cache dependencies"
121-
uses: "actions/cache@v3"
121+
uses: "actions/cache@v4"
122122
with:
123123
path: |
124124
~/.composer/cache

0 commit comments

Comments
 (0)