ci(workflows): upgrade actions/* to v3 (#1782)

This commit is contained in:
Eric Liu 2023-07-23 14:08:03 -07:00 committed by GitHub
commit 50e1577d98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,9 +9,9 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- uses: actions/cache@v2 - uses: actions/cache@v3
id: yarn-cache id: yarn-cache
with: with:
path: "**/node_modules" path: "**/node_modules"