From 50e1577d98f2d4ce9b3c36eb7fce4d88a8a48afe Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sun, 23 Jul 2023 14:08:03 -0700 Subject: [PATCH] ci(workflows): upgrade `actions/*` to v3 (#1782) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e2ab446..d3c55ada 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,9 +9,9 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - - uses: actions/cache@v2 + - uses: actions/cache@v3 id: yarn-cache with: path: "**/node_modules"