Skip to content

Commit 9708dbd

Browse files
authored
Merge pull request #175 from phalcon/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents cdff51e + 2603704 commit 9708dbd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
key: ext-cache-v1
5050

5151
- name: "Restore extensions"
52-
uses: actions/cache@v4
52+
uses: actions/cache@v5
5353
with:
5454
path: ${{ steps.cache-ext.outputs.dir }}
5555
key: ${{ steps.cache-ext.outputs.key }}
@@ -139,7 +139,7 @@ jobs:
139139
key: ext-cache-v1
140140

141141
- name: "Restore extensions"
142-
uses: actions/cache@v4
142+
uses: actions/cache@v5
143143
with:
144144
path: ${{ steps.cache-ext.outputs.dir }}
145145
key: ${{ steps.cache-ext.outputs.key }}

0 commit comments

Comments
 (0)