Skip to content

Commit ae430f7

Browse files
chore(deps): update actions/cache action to v3 (#3)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 024c839 commit ae430f7

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@v2"
35+
uses: "actions/cache@v3"
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@v1
23+
- uses: actions/cache@v3
2424
with:
2525
path: ${{ steps.composer-cache.outputs.dir }}
2626
key: ${{ runner.os }}-php8.2-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)