Skip to content

Commit 9f8dfcb

Browse files
authored
Merge pull request #26 from OpenConext/dependabot/github_actions/actions/cache-4
Bump actions/cache from 2 to 4
2 parents 86f90cf + 23afc71 commit 9f8dfcb

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
@@ -16,7 +16,7 @@ jobs:
1616
- name: Get Composer Cache Directory
1717
id: composer-cache
1818
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
19-
- uses: actions/cache@v2
19+
- uses: actions/cache@v4
2020
with:
2121
path: ${{ steps.composer-cache.outputs.dir }}
2222
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)