Skip to content

Commit be399fd

Browse files
authored
Update actions/cache v2 -> v4 (#262)
v2 will stop working in February.
1 parent 2927e09 commit be399fd

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
@@ -22,7 +22,7 @@ jobs:
2222
node-version: ${{ matrix.node }}
2323
- run: yarn install --frozen-lockfile --check-files
2424
- run: yarn lerna run prepare --stream
25-
- uses: actions/cache@v2
25+
- uses: actions/cache@v4
2626
with:
2727
path: "*"
2828
key: v2-${{ github.sha }}-${{ matrix.node }}
@@ -45,7 +45,7 @@ jobs:
4545
]
4646
name: Test ${{ matrix.package }} on Node ${{ matrix.node }}
4747
steps:
48-
- uses: actions/cache@v2
48+
- uses: actions/cache@v4
4949
with:
5050
path: "*"
5151
key: v2-${{ github.sha }}-${{ matrix.node }}

0 commit comments

Comments
 (0)