[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 v4

authored by

renovate[bot] and committed by
GitHub
(Oct 12, 2024, 10:28 PM UTC) 9f286cbc 33f49665

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