Skip to content

Commit f6d13a5

Browse files
committed
Update actions/cache version
1 parent 01c97ea commit f6d13a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

5555
- name: Cache dependencies
56-
uses: actions/cache@v2
56+
uses: actions/cache@v4
5757
with:
5858
path: ${{ steps.composer-cache.outputs.dir }}
5959
key: composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('**/composer.*') }}-${{ matrix.composer-flags }}

0 commit comments

Comments
 (0)