diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 2b13646..9745d0f 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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 + - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 with: node-version: lts/* - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 654cd2d..3beef56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: name: Get Yarn cache path run: echo "::set-output name=dir::$(yarn cache dir)" - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 + - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 with: node-version: lts/* - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9