Skip to content

Commit d0049a1

Browse files
committed
Update GitHub actions
1 parent 8a1c514 commit d0049a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- uses: actions/setup-node@v4
6363
with:
6464
node-version: ${{ matrix.node-version }}
65-
- uses: actions/cache@v3
65+
- uses: actions/cache@v4
6666
with:
6767
path: ~/.cache/ms-playwright
6868
key: playwright-${{ hashFiles('package-lock.json') }}
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
name: test-fixtures-node${{ matrix.node-version }}
7676
path: test/fixtures/
77-
- uses: codecov/codecov-action@v3
77+
- uses: codecov/codecov-action@v4
7878
if: ${{ matrix.node-version == 22 }}
7979

8080
release:

0 commit comments

Comments
 (0)