Create your Link in Bio for Bluesky

Update actions/checkout action to v6 (#198)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
cbdbbacb 4f5652b0

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