[READ-ONLY] Mirror of https://github.com/danielroe/postcss-capsize. PostCSS plugin to inject Capsize font metrics
0

Configure Feed

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

chore(deps): update actions/checkout action to v3 (#81)

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

authored by

renovate[bot]
Renovate Bot
and committed by
GitHub
(Mar 22, 2022, 9:04 AM UTC) 6028b281 963dad2d

+2 -2
+2 -2
.github/workflows/ci.yml
··· 7 7 runs-on: ubuntu-latest 8 8 9 9 steps: 10 - - uses: actions/checkout@v2 10 + - uses: actions/checkout@v3 11 11 12 12 - uses: actions/setup-node@v2-beta 13 13 with: ··· 42 42 runs-on: ubuntu-latest 43 43 44 44 steps: 45 - - uses: actions/checkout@v2 45 + - uses: actions/checkout@v3 46 46 47 47 - name: Get yarn cache directory path 48 48 id: yarn-cache-dir-path