diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index cdf9383..78fdfaf 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -14,7 +14,7 @@ jobs: - id: yarn-cache name: Get Yarn cache path run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 with: node-version: 16.x diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 132d363..9f84d75 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - id: yarn-cache name: Get Yarn cache path run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 with: node-version: 16.x