Skip to content

Commit dfed908

Browse files
dependabot[bot]derickr
authored andcommitted
github-actions(deps): bump actions/cache from 5 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6363e10 commit dfed908

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/integrate.yaml

Lines changed: 4 additions & 4 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@v5"
43+
uses: "actions/cache@v6"
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@v5"
88+
uses: "actions/cache@v6"
8989
with:
9090
path: "${{ env.COMPOSER_CACHE_DIR }}"
9191
key: "php-${{ matrix.php-version }}-composer-${{ hashFiles('composer.lock') }}"
@@ -138,7 +138,7 @@ jobs:
138138
run: "echo \"COMPOSER_CACHE_DIR=$(composer config cache-dir)\" >> $GITHUB_ENV"
139139

140140
- name: "Cache dependencies installed with composer"
141-
uses: "actions/cache@v5"
141+
uses: "actions/cache@v6"
142142
with:
143143
path: "${{ env.COMPOSER_CACHE_DIR }}"
144144
key: "php-${{ matrix.php-version }}-composer-${{ hashFiles('composer.lock') }}"
@@ -184,7 +184,7 @@ jobs:
184184
run: "echo \"COMPOSER_CACHE_DIR=$(composer config cache-dir)\" >> $GITHUB_ENV"
185185

186186
- name: "Cache dependencies installed with composer"
187-
uses: "actions/cache@v5"
187+
uses: "actions/cache@v6"
188188
with:
189189
path: "${{ env.COMPOSER_CACHE_DIR }}"
190190
key: "php-${{ matrix.php-version }}-composer-${{ hashFiles('composer.lock') }}"

.github/workflows/preview-tests.yml

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

6464
- name: "Cache dependencies installed with composer"
65-
uses: actions/cache@v5
65+
uses: actions/cache@v6
6666
with:
6767
path: "${{ env.COMPOSER_CACHE_DIR }}"
6868
key: "php-${{ matrix.php-version }}-composer-${{ hashFiles('composer.lock') }}"

0 commit comments

Comments
 (0)