Skip to content

Commit 987b51e

Browse files
github-actions(deps): bump actions/cache from 2.1.7 to 3.0.1 (#468)
* github-actions(deps): bump actions/cache from 2.1.7 to 3.0.1 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2.1.7...v3.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update code-coverage.yml * Update coding-standards.yml * Update coding-standards.yml * Update static-analysis.yml * Update tests.yml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bram <[email protected]>
1 parent 4bda6bf commit 987b51e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Diff for: .github/workflows/code-coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
3535

3636
- name: Cache dependencies
37-
uses: actions/cache@v2.1.7
37+
uses: actions/cache@v3
3838
with:
3939
path: ${{ steps.composer-cache.outputs.dir }}
4040
key: composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('composer.*') }}

Diff for: .github/workflows/coding-standards.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: echo "::set-output name=directory::$(composer config cache-dir)"
3535

3636
- name: Cache dependencies installed with composer
37-
uses: actions/cache@v2.1.7
37+
uses: actions/cache@v3
3838
with:
3939
path: ${{ steps.composer-cache.outputs.directory }}
4040
key: composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('composer.*') }}
@@ -49,7 +49,7 @@ jobs:
4949
composer bin php-cs-fixer install --no-interaction --no-progress --optimize-autoloader
5050
5151
- name: Cache cache file for php-cs-fixer
52-
uses: actions/cache@v2.1.7
52+
uses: actions/cache@v3
5353
with:
5454
path: .php_cs.cache
5555
key: composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('composer.*') }}

Diff for: .github/workflows/static-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: echo "::set-output name=directory::$(composer config cache-dir)"
3434

3535
- name: Cache dependencies installed with composer
36-
uses: actions/cache@v2.1.7
36+
uses: actions/cache@v3
3737
with:
3838
path: ${{ steps.composer-cache.outputs.directory }}
3939
key: composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('composer.*') }}
@@ -75,7 +75,7 @@ jobs:
7575
run: echo "::set-output name=directory::$(composer config cache-dir)"
7676

7777
- name: Cache dependencies installed with composer
78-
uses: actions/cache@v2.1.7
78+
uses: actions/cache@v3
7979
with:
8080
path: ${{ steps.composer-cache.outputs.directory }}
8181
key: composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('composer.*') }}

Diff for: .github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
4747

4848
- name: Cache dependencies
49-
uses: actions/cache@v2.1.7
49+
uses: actions/cache@v3
5050
with:
5151
path: ${{ steps.composer-cache.outputs.dir }}
5252
key: composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('composer.*') }}

0 commit comments

Comments
 (0)