Skip to content

Commit 021832e

Browse files
Bump actions/cache from 3.0.1 to 3.0.2
2 parents 13c1ef5 + 582d135 commit 021832e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
tools: composer:v2, cs2pr
3333

3434
- name: "Cache dependencies"
35-
uses: "actions/cache@v3.0.1"
35+
uses: "actions/cache@v3.0.2"
3636
with:
3737
path: |
3838
~/.composer/cache

.github/workflows/mutation-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
tools: composer:v2, cs2pr
3333

3434
- name: "Cache dependencies"
35-
uses: "actions/cache@v3.0.1"
35+
uses: "actions/cache@v3.0.2"
3636
with:
3737
path: |
3838
~/.composer/cache

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
tools: composer:v2, cs2pr
3535

3636
- name: "Cache dependencies"
37-
uses: "actions/cache@v3.0.1"
37+
uses: "actions/cache@v3.0.2"
3838
with:
3939
path: |
4040
~/.composer/cache

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
tools: composer:v2, cs2pr
3333

3434
- name: "Cache dependencies"
35-
uses: "actions/cache@v3.0.1"
35+
uses: "actions/cache@v3.0.2"
3636
with:
3737
path: |
3838
~/.composer/cache

0 commit comments

Comments
 (0)