Skip to content

Commit ea72a4d

Browse files
build(deps): bump actions/cache from 4.3.0 to 5.0.1 (#522)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 80ea1ea commit ea72a4d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/code-quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
3838
3939
- name: Cache composer cache directory
40-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
40+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
4141
with:
4242
path: ${{ steps.composer-cache.outputs.dir }}
4343
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -73,7 +73,7 @@ jobs:
7373
echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
7474
7575
- name: Cache composer cache directory
76-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
76+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
7777
with:
7878
path: ${{ steps.composer-cache.outputs.dir }}
7979
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
5151
5252
- name: Cache composer cache directory
53-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
53+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
5454
with:
5555
path: ${{ steps.composer-cache.outputs.dir }}
5656
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)