[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-timings-module.
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): update actions/cache action to v3 (#154)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

authored by

renovate[bot]
Renovate Bot
and committed by
GitHub
(Jun 16, 2022, 10:42 PM +0100) c7baf170 e615c279

+1 -1
+1 -1
.github/workflows/ci.yml
··· 29 29 id: yarn-cache-dir-path 30 30 run: echo "::set-output name=dir::$(yarn cache dir)" 31 31 32 - - uses: actions/cache@v2 32 + - uses: actions/cache@v3 33 33 id: yarn-cache 34 34 with: 35 35 path: ${{ steps.yarn-cache-dir-path.outputs.dir }}