diff options
| author | 2026-01-01 19:46:22 +0100 | |
|---|---|---|
| committer | 2026-01-01 19:46:22 +0100 | |
| commit | 353025719e38e39383121c26f5a91b07f9b98234 (patch) | |
| tree | 55a4149ec08754a427b15cd792eba26e7884a88f | |
| parent | 1e5ab5d7b7790128eff5cd62fd560c8feeb1b9fc (diff) | |
Bump actions/cache from 4 to 5 (#8391)
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](https://github.com/actions/cache/compare/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>
| -rw-r--r-- | .github/workflows/tests.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 603f2b215..ae816af99 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,7 +29,7 @@ jobs: - name: Use Composer cache id: composer-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: vendor key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }} @@ -79,7 +79,7 @@ jobs: - name: Use shell cache id: shell-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: bin key: ${{ runner.os }}-bin-shfmt@v3.8.0-hadolint@v2.12.0-typos@v1.29.9 |
