diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index e6120d1..da94127 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -15,7 +15,7 @@ jobs: name: Get Yarn cache path run: echo "::set-output name=dir::$(yarn cache dir)" - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - - uses: actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d + - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c with: node-version: 14.x - uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee4a0dd..a1b66b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: name: Get Yarn cache path run: echo "::set-output name=dir::$(yarn cache dir)" - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - - uses: actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d + - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c with: node-version: 14.x - uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d