[READ-ONLY] Mirror of https://github.com/danielroe/unmeta. Simple tools for interacting with HTML metadata tags
0

Configure Feed

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

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

Renovate Bot (Apr 8, 2022, 11:08 PM UTC) da3411d2 3376b1a3

+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 }}