Skip to content

Commit 1a1e259

Browse files
chore(deps): bump actions/cache from 6.0.0 to 6.1.0 in the actions group (#456)
Bumps the actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 6.0.0 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@2c8a9bd...55cc834) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 92dc6b2 commit 1a1e259

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/self-test.yml

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

4646
- name: Cache the build artifacts
4747
id: cache-build
48-
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
48+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
4949
with:
5050
path: build
5151
key: ${{ runner.os }}-${{ hashFiles('docs/examples/demo/**') }}

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ runs:
274274
275275
- name: Enable cache
276276
if: inputs.cache-enable == 'true' || inputs.cache-enable == true
277-
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
277+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
278278
with:
279279
path: ${{ runner.temp }}/cpp-linter-action-cache
280280
key: cpp-linter-action_${{ runner.os }}_${{ steps.compute-cache-key.outputs.key }}

0 commit comments

Comments
 (0)