We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dadf2fa commit dcb35b1Copy full SHA for dcb35b1
.github/workflows/tests.yml
@@ -34,7 +34,7 @@ jobs:
34
node-version: ${{ matrix.node-version }}
35
- name: Load MongoDB binary cache
36
id: cache-mongodb-binaries
37
- uses: actions/cache@v3
+ uses: actions/cache@v4
38
with:
39
path: ~/.cache/mongodb-binaries
40
key: ${{ matrix.node-version }}
0 commit comments