diff --git a/.github/workflows/claude-noaislop.yml b/.github/workflows/claude-noaislop.yml index 67eecea..95f445a 100644 --- a/.github/workflows/claude-noaislop.yml +++ b/.github/workflows/claude-noaislop.yml @@ -14,7 +14,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 20 - name: Install Claude Code diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 683455f..390508f 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -18,7 +18,7 @@ jobs: id-token: write actions: read steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 1 - uses: anthropics/claude-code-action@v1 diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 6dd1c19..98139d6 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -24,7 +24,7 @@ jobs: id-token: write actions: read steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 1 - uses: anthropics/claude-code-action@v1