diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65ccaf6..e8b3ec3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: id: find-yarn-cache run: echo "::set-output name=dir::$(yarn cache dir)" - name: git checkout - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Cache yarn dependencies uses: actions/cache@v4 with: @@ -40,7 +40,7 @@ jobs: id: find-yarn-cache run: echo "::set-output name=dir::$(yarn cache dir)" - name: git checkout - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Cache yarn dependencies uses: actions/cache@v4 with: