diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7436f28f..0767250f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -26,7 +26,7 @@ jobs: echo "##[set-output name=dir;]$(yarn cache dir)" - name: 🔧 Restore yarn cache - uses: actions/cache@v4.2.0 + uses: actions/cache@v4.2.3 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }}