Skip to content

Commit 3d7c872

Browse files
renovate[bot]pl-github
authored andcommitted
chore(deps): update actions/cache action to v4
1 parent a984d82 commit 3d7c872

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
extensions: mbstring
3333

3434
- name: "Cache dependencies"
35-
uses: "actions/cache@v3"
35+
uses: "actions/cache@v4"
3636
with:
3737
path: "~/.composer/cache"
3838
key: "php-${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}"

.github/workflows/code_coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id: composer-cache
2121
run: |
2222
echo "::set-output name=dir::$(composer config cache-files-dir)"
23-
- uses: actions/cache@v3
23+
- uses: actions/cache@v4
2424
with:
2525
path: ${{ steps.composer-cache.outputs.dir }}
2626
key: ${{ runner.os }}-php8.2-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)