Skip to content

Commit f6420f8

Browse files
Bump actions/cache from 4.0.2 to 4.1.2 (#653)
1 parent 206195f commit f6420f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: 'echo "::set-output name=directory::$(composer config cache-dir)"'
2929

3030
- name: "Cache dependencies installed with composer"
31-
uses: "actions/cache@v4.0.2"
31+
uses: "actions/cache@v4.1.2"
3232
with:
3333
path: "${{ steps.determine-composer-cache-directory.outputs.directory }}"
3434
key: "php-${{ matrix.php-version }}-composer-cache"

0 commit comments

Comments
 (0)