Skip to content

Commit 5b964ca

Browse files
chore(deps): bump actions/cache from 4 to 5
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] <support@github.com>
1 parent 49adfd2 commit 5b964ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Load libssl chache
3434
# cache the package so that we dont need to hit the debian server so often
3535
id: cache-libssl
36-
uses: actions/cache@v4
36+
uses: actions/cache@v5
3737
with:
3838
path: ~/ssl
3939
key: libssl1.1
@@ -59,7 +59,7 @@ jobs:
5959
node-version: ${{ matrix.node-version }}
6060
- name: Load MongoDB binary cache
6161
id: cache-mongodb-binaries
62-
uses: actions/cache@v4
62+
uses: actions/cache@v5
6363
with:
6464
path: ~/.cache/mongodb-binaries
6565
key: ${{ matrix.distro }}-${{ hashFiles('**/globalSetup.ts') }}

0 commit comments

Comments
 (0)