Skip to content

Commit 1d635f6

Browse files
github-actions(deps): bump actions/cache from 4 to 5 (#1703)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 68064e2 commit 1d635f6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/integrate.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: "echo \"COMPOSER_CACHE_DIR=$(composer config cache-dir)\" >> $GITHUB_ENV"
4141

4242
- name: "Cache dependencies installed with composer"
43-
uses: "actions/cache@v4"
43+
uses: "actions/cache@v5"
4444
with:
4545
path: "${{ env.COMPOSER_CACHE_DIR }}"
4646
key: "php-${{ matrix.php-version }}-composer-${{ hashFiles('composer.lock') }}"
@@ -85,7 +85,7 @@ jobs:
8585
run: "echo \"COMPOSER_CACHE_DIR=$(composer config cache-dir)\" >> $GITHUB_ENV"
8686

8787
- name: "Cache dependencies installed with composer"
88-
uses: "actions/cache@v4"
88+
uses: "actions/cache@v5"
8989
with:
9090
path: "${{ env.COMPOSER_CACHE_DIR }}"
9191
key: "php-${{ matrix.php-version }}-composer-${{ hashFiles('composer.lock') }}"
@@ -141,7 +141,7 @@ jobs:
141141
run: "echo \"COMPOSER_CACHE_DIR=$(composer config cache-dir)\" >> $GITHUB_ENV"
142142

143143
- name: "Cache dependencies installed with composer"
144-
uses: "actions/cache@v4"
144+
uses: "actions/cache@v5"
145145
with:
146146
path: "${{ env.COMPOSER_CACHE_DIR }}"
147147
key: "php-${{ matrix.php-version }}-composer-${{ hashFiles('composer.lock') }}"

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: "echo \"COMPOSER_CACHE_DIR=$(composer config cache-dir)\" >> $GITHUB_ENV"
7979

8080
- name: "Cache dependencies installed with composer"
81-
uses: actions/cache@v4
81+
uses: actions/cache@v5
8282
with:
8383
path: "${{ env.COMPOSER_CACHE_DIR }}"
8484
key: "php-${{ matrix.php-version }}-composer-${{ hashFiles('composer.lock') }}"

.github/workflows/update-screenshots.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: "echo \"COMPOSER_CACHE_DIR=$(composer config cache-dir)\" >> $GITHUB_ENV"
4848

4949
- name: "Cache dependencies installed with composer"
50-
uses: "actions/cache@v4"
50+
uses: "actions/cache@v5"
5151
with:
5252
path: "${{ env.COMPOSER_CACHE_DIR }}"
5353
key: "php-${{ matrix.php-version }}-composer-${{ hashFiles('composer.lock') }}"

0 commit comments

Comments
 (0)