[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 digest to 8e8c483 (#474)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
(Dec 8, 2025, 9:14 AM UTC) 12f87382 083524f5

+3 -3
+2 -2
.github/workflows/ci.yml
··· 14 14 runs-on: ubuntu-latest 15 15 16 16 steps: 17 - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 17 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 18 18 19 19 - run: corepack enable 20 20 ··· 33 33 runs-on: ubuntu-latest 34 34 35 35 steps: 36 - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 36 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 37 37 38 38 - run: corepack enable 39 39
+1 -1
.github/workflows/codeql.yml
··· 24 24 25 25 steps: 26 26 - name: Checkout 27 - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 27 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 28 28 29 29 - name: Initialize CodeQL 30 30 uses: github/codeql-action/init@v4