From 876634d5a0b02c9bc161629c807831776d76dd43 Mon Sep 17 00:00:00 2001 From: metonym Date: Sun, 23 Jul 2023 13:12:54 -0700 Subject: [PATCH] ci(workflows): upgrade `actions/*` to v3 --- .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"