Skip to content

Commit 8cc9d77

Browse files
authored
FFWEB-3343: Fix GitHub actions cache
1 parent 562fd23 commit 8cc9d77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
2626

2727
- name: Load Composer cache
28-
uses: actions/cache@v2
28+
uses: actions/cache@v4
2929
with:
3030
path: ${{ steps.composer-cache.outputs.dir }}
3131
key: ${{ runner.os }}-${{ matrix.php }}-${{ matrix.deps }}-composer

0 commit comments

Comments
 (0)