Skip to content

Commit e6dbcd3

Browse files
authored
Merge pull request #3 from z4kn4fein/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2 to 3
2 parents 335767b + a84a9b0 commit e6dbcd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Cache Composer packages
2020
id: composer-cache
21-
uses: actions/cache@v2
21+
uses: actions/cache@v3
2222
with:
2323
path: vendor
2424
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Cache Composer packages
5656
id: composer-cache
57-
uses: actions/cache@v2
57+
uses: actions/cache@v3
5858
with:
5959
path: vendor
6060
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
@@ -87,7 +87,7 @@ jobs:
8787

8888
- name: Cache Composer packages
8989
id: composer-cache
90-
uses: actions/cache@v2
90+
uses: actions/cache@v3
9191
with:
9292
path: vendor
9393
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)