From 8a01b259ff1a1a332c9a55e5255edbbe59994b69 Mon Sep 17 00:00:00 2001 From: BSKY Date: Thu, 5 Mar 2020 05:34:47 -0800 Subject: [PATCH] [infer][PR] Update deploy.yml Summary: Pull Request resolved: https://github.com/facebook/infer/pull/1233 Differential Revision: D20281558 Pulled By: jvillard fbshipit-source-id: 62f287023 --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a06240a37..d8269449b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v2.0.0 - name: Use Node.js ${{ env.node-version }} - uses: actions/setup-node@v1.3.0 + uses: actions/setup-node@v1.4.0 with: node-version: ${{ env.node-version }} @@ -31,7 +31,7 @@ jobs: run: echo "::set-output name=dir::$(yarn cache dir)" - name: Restore yarn cache - uses: actions/cache@v1.1.0 + uses: actions/cache@v1.1.2 with: path: ${{ steps.yarn.outputs.dir }} # prettier-ignore