Skip to content

Commit 3eceee6

Browse files
authored
Merge pull request #14326 from Automattic/dependabot/github_actions/master/actions/cache-4
chore(deps): bump actions/cache from 3 to 4
2 parents c5c2f24 + 57d6c72 commit 3eceee6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Load MongoDB binary cache
6969
id: cache-mongodb-binaries
70-
uses: actions/cache@v3
70+
uses: actions/cache@v4
7171
with:
7272
path: ~/.cache/mongodb-binaries
7373
key: ${{ matrix.os }}-${{ matrix.mongodb }}
@@ -101,7 +101,7 @@ jobs:
101101
node-version: 16
102102
- name: Load MongoDB binary cache
103103
id: cache-mongodb-binaries
104-
uses: actions/cache@v3
104+
uses: actions/cache@v4
105105
with:
106106
path: ~/.cache/mongodb-binaries
107107
key: deno-${{ env.MONGOMS_VERSION }}

0 commit comments

Comments
 (0)