From a9d07b742d1c139e10fe1f3e41d64b0916199741 Mon Sep 17 00:00:00 2001 From: Webber Takken Date: Thu, 7 Jan 2021 23:16:29 +0100 Subject: [PATCH] update deprecated (#87) --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0217acc..588ef0b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@v1.1.2 + - uses: actions/setup-node@v2 with: node-version: 12.x - run: yarn @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@v2 with: lfs: true - - uses: actions/cache@v1.1.0 + - uses: actions/cache@v2 with: path: ${{ matrix.projectPath }}/Library key: Library-${{ matrix.projectPath }}