[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 93cb6ef (#468)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
(Nov 17, 2025, 8:51 PM UTC) 137c259c 8c24ba3c

+3 -3
+2 -2
.github/workflows/ci.yml
··· 14 14 runs-on: ubuntu-latest 15 15 16 16 steps: 17 - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 17 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 18 18 19 19 - run: corepack enable 20 20 ··· 33 33 runs-on: ubuntu-latest 34 34 35 35 steps: 36 - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 36 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 27 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 28 28 29 29 - name: Initialize CodeQL 30 30 uses: github/codeql-action/init@v4