From 207876cdf3d4901ac164af041ab0b15e76cd565c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 06:56:10 +0000 Subject: [PATCH] Update actions/cache action to v6 --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 896cb45..ad9800f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -35,7 +35,7 @@ jobs: - name: Restore cached HOOMD-blue build id: cache - uses: actions/cache/restore@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: install key: hoomd-blue-${{ steps.hoomd.outputs.sha }}-py313 @@ -75,7 +75,7 @@ jobs: - name: Cache HOOMD-blue build if: steps.cache.outputs.cache-hit != 'true' - uses: actions/cache/save@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 + uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: install key: hoomd-blue-${{ steps.hoomd.outputs.sha }}