Skip to content

Commit 672cc16

Browse files
authored
Merge pull request #527 from OpenConext/dependabot/github_actions/github-actions-97f38a5d32
Bump actions/cache from 4 to 5 in the github-actions group
2 parents fa1c007 + c7551b5 commit 672cc16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
2727
- name: Cache Composer packages
2828
id: composer-cache
29-
uses: actions/cache@v4
29+
uses: actions/cache@v5
3030
with:
3131
path: vendor
3232
key: composer-${{ hashFiles('composer.lock') }}

0 commit comments

Comments
 (0)