Create your Link in Bio for Bluesky

Update actions/checkout action to v5 (#142)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
b618aabb 1507393c

+4 -4
+1 -1
.github/workflows/claude-code-review.yml
··· 27 27 28 28 steps: 29 29 - name: Checkout repository 30 - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 30 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 31 31 with: 32 32 fetch-depth: 1 33 33
+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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 29 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 13 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 28 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 29 29 - run: | 30 30 npm i -g corepack@latest 31 31 corepack enable pnpm