Skip to content

Commit 3ef36b3

Browse files
Bump actions/cache from 4 to 5 (#118)
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](actions/cache@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5a5fca4 commit 3ef36b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
path: component
6666
- name: Restore cached HOOMD-blue build
6767
id: cache
68-
uses: actions/cache/restore@v4
68+
uses: actions/cache/restore@v5
6969
with:
7070
path: install
7171
key: hoomd-blue-${{ env.HOOMD_BLUE_VERSION }}-mpi-${{ matrix.enable_mpi }}-gpu-${{ matrix.enable_gpu }}
@@ -112,7 +112,7 @@ jobs:
112112
working-directory: build-hoomd-blue
113113
- name: Cache HOOMD-blue build
114114
if: steps.cache.outputs.cache-hit != 'true'
115-
uses: actions/cache/save@v4
115+
uses: actions/cache/save@v5
116116
with:
117117
path: install
118118
key: hoomd-blue-${{ env.HOOMD_BLUE_VERSION }}-mpi-${{ matrix.enable_mpi }}-gpu-${{ matrix.enable_gpu }}

0 commit comments

Comments
 (0)