Skip to content

Commit 9a0f42d

Browse files
chore(deps): bump actions/cache from 5.0.4 to 6.1.0 (#771)
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.4 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@6682284...55cc834) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 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 487887e commit 9a0f42d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Cache phpDocumentor build files
3232
id: phpdocumentor-cache
33-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
33+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5
3434
with:
3535
path: .phpdoc/cache
3636
key: ${{ runner.os }}-phpdocumentor-${{ github.sha }}

0 commit comments

Comments
 (0)