Skip to content

Commit dc83b1f

Browse files
committed
Update actions/cache version
1 parent 490770b commit dc83b1f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: shivammathur/setup-php@v2
1818
with:
1919
coverage: "none"
20-
php-version: "8.2"
20+
php-version: "8.4"
2121
tools: "composer"
2222

2323
- name: Install vendors
@@ -73,7 +73,7 @@ jobs:
7373
id: composer-cache
7474
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
7575

76-
- uses: actions/cache@v2
76+
- uses: actions/cache@v4
7777
with:
7878
path: ${{ steps.composer-cache.outputs.dir }}
7979
key: ${{ runner.os }}-composer-${{ matrix.php }}

0 commit comments

Comments
 (0)