Skip to content

Commit 46c8276

Browse files
chore: bump actions/cache from 2 to 3.0.1
Bumps [actions/cache](https://github.com/actions/cache) from 2 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...v3.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 54fb7c9 commit 46c8276

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# fetch-depth: 0
2727

2828
# - name: Cache Composer dependencies
29-
# uses: actions/cache@v2
29+
# uses: actions/cache@v3.0.1
3030
# with:
3131
# path: /tmp/composer-cache
3232
# key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
@@ -63,7 +63,7 @@ jobs:
6363
- uses: actions/checkout@v2
6464

6565
- name: Cache Composer dependencies
66-
uses: actions/cache@v2
66+
uses: actions/cache@v3.0.1
6767
with:
6868
path: /tmp/composer-cache
6969
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)