Skip to content

Commit 1975e10

Browse files
Merge branch 'master' into master
2 parents 3ee8a72 + 4fe372b commit 1975e10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
node: ${{ matrix.node }}
5555

5656
- name: Save build artifacts
57-
uses: actions/cache/save@v3
57+
uses: actions/cache/save@v4
5858
with:
5959
path: .
6060
key: ${{ matrix.node }}-${{ env.CACHE_KEY }}
@@ -76,7 +76,7 @@ jobs:
7676
node-version: ${{ matrix.node }}
7777
cache: npm
7878

79-
- uses: actions/cache/restore@v3
79+
- uses: actions/cache/restore@v4
8080
with:
8181
path: .
8282
key: ${{ matrix.node }}-${{ env.CACHE_KEY }}
@@ -85,7 +85,7 @@ jobs:
8585

8686
# only upload coverage on one node version
8787
- if: matrix.node == 18
88-
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # pin@3.1.4
88+
uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # pin@3.1.5
8989

9090
lint:
9191
needs: build # Require build to complete before running tests
@@ -101,7 +101,7 @@ jobs:
101101
node-version: 18
102102
cache: npm
103103

104-
- uses: actions/cache/restore@v3
104+
- uses: actions/cache/restore@v4
105105
with:
106106
path: .
107107
key: 18-${{ env.CACHE_KEY }}

0 commit comments

Comments
 (0)