Skip to content

Commit 1d20d3d

Browse files
authored
Merge pull request #66 from OpenConext/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 73f7c6c + 7c3ffc3 commit 1d20d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stepup-behat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Get Composer Cache Directory
1919
id: composer-cache
2020
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
21-
- uses: actions/cache@v4
21+
- uses: actions/cache@v5
2222
with:
2323
path: ${{ steps.composer-cache.outputs.dir }}
2424
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)