diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 438a717e..0f85545d 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.0.2 + uses: actions/cache@v4.1.1 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }}