Skip to content

Commit a2d5e1e

Browse files
authored
Merge pull request #10 from phalcon/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents e1f9cbc + ac4f566 commit a2d5e1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
key: ${{ env.key }}
3434

3535
- name: Cache extensions
36-
uses: actions/cache@v3
36+
uses: actions/cache@v4
3737
with:
3838
path: ${{ steps.cache-env.outputs.dir }}
3939
key: ${{ steps.cache-env.outputs.key }}

0 commit comments

Comments
 (0)