Skip to content

Commit 4af8f44

Browse files
dependabot[bot]neilime
authored andcommitted
build(deps): bump actions/cache in the github-actions-dependencies group
Bumps the github-actions-dependencies group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 4.2.4 to 4.3.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0400d5f...0057852) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 732af1f commit 4af8f44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/__shared-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
php-version: ${{ matrix.php-versions }}
2626

2727
- name: ♻️ Tools cache
28-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
28+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2929
with:
3030
path: tools/cache
3131
key: ${{ runner.os }}-tools-${{ matrix.php-versions }}-${{ github.sha }}
@@ -46,15 +46,15 @@ jobs:
4646
run: composer phpstan -- --error-format=github
4747

4848
- name: ♻️ Tests cache
49-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
49+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5050
with:
5151
path: tests/.phpunit.result.cache
5252
key: ${{ runner.os }}-tests-${{ github.sha }}
5353
restore-keys: |
5454
${{ runner.os }}-tests-
5555
5656
- name: ♻️ Fixtures cache
57-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
57+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5858
with:
5959
path: .cache
6060
key: fixture-cache-${{ hashFiles('composer.lock') }}

0 commit comments

Comments
 (0)