diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index be9c193..368326a 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@d632683dd7b4114ad314bca15554477dd762a938 - - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b + - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 with: node-version: lts/* - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bf131f..a100d3c 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@d632683dd7b4114ad314bca15554477dd762a938 - - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b + - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 with: node-version: lts/* - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9