[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 v6 (#471)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
(Nov 24, 2025, 10:00 AM UTC) eb710f43 0eba7be6

+5 -5
+2 -2
.github/workflows/ci.yml
··· 14 14 runs-on: ubuntu-latest 15 15 16 16 steps: 17 - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 17 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 36 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 27 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 28 28 29 29 - name: Initialize CodeQL 30 30 uses: github/codeql-action/init@v4
+1 -1
.github/workflows/provenance.yml
··· 13 13 check-provenance: 14 14 runs-on: ubuntu-latest 15 15 steps: 16 - - uses: actions/checkout@v5 16 + - uses: actions/checkout@v6 17 17 with: 18 18 fetch-depth: 0 19 19 - name: Check provenance downgrades
+1 -1
.github/workflows/release.yml
··· 12 12 release: 13 13 runs-on: ubuntu-latest 14 14 steps: 15 - - uses: actions/checkout@v5 15 + - uses: actions/checkout@v6 16 16 with: 17 17 fetch-depth: 0 18 18