[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 v4 (#234)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
(Sep 14, 2023, 5:50 PM +0100) 8597a0c4 91914f45

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