Create your Link in Bio for Bluesky

Update actions/checkout digest to 93cb6ef (#181)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
4e5a35e7 5523de96

+3 -3
+1 -1
.github/workflows/claude.yml
··· 26 26 actions: read # Required for Claude to read CI results on PRs 27 27 steps: 28 28 - name: Checkout repository 29 - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 29 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 30 30 with: 31 31 fetch-depth: 1 32 32
+2 -2
.github/workflows/test.yml
··· 10 10 unit-test: 11 11 runs-on: ubuntu-latest 12 12 steps: 13 - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 13 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 14 14 - run: | 15 15 npm i -g corepack@latest 16 16 corepack enable pnpm ··· 25 25 e2e-test: 26 26 runs-on: ubuntu-latest 27 27 steps: 28 - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 28 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 29 29 - run: | 30 30 npm i -g corepack@latest 31 31 corepack enable pnpm