Skip to content

Commit c6cd0e1

Browse files
Update actions/cache action to v6
| datasource | package | from | to | | ----------- | ------------- | ---- | ------ | | github-tags | actions/cache | v5 | v6.0.0 |
1 parent 96e9429 commit c6cd0e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous-integration.yml

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

6666
- name: "Cache dependencies"
67-
uses: "actions/cache@v5"
67+
uses: "actions/cache@v6"
6868
with:
6969
path: |
7070
~/.composer/cache
@@ -115,7 +115,7 @@ jobs:
115115
tools: composer:v2
116116

117117
- name: "Cache dependencies"
118-
uses: "actions/cache@v5"
118+
uses: "actions/cache@v6"
119119
with:
120120
path: |
121121
~/.composer/cache

0 commit comments

Comments
 (0)