Skip to content

Commit 93f351c

Browse files
Bump actions/cache from 5.0.5 to 6.1.0 in the github-actions group (#1091)
Bumps the github-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 5.0.5 to 6.1.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@27d5ce7...55cc834) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 529ee05 commit 93f351c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
key: ${{ env.key }}
5656

5757
- name: Cache extensions
58-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
58+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5
5959
with:
6060
path: ${{ steps.cache-env.outputs.dir }}
6161
key: ${{ steps.cache-env.outputs.key }}

0 commit comments

Comments
 (0)