diff --git a/.forgejo/workflows/claude.yml b/.forgejo/workflows/claude.yml index 18215d3..1e553b3 100644 --- a/.forgejo/workflows/claude.yml +++ b/.forgejo/workflows/claude.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Claude - uses: https://git.kjan.de/actions/claude-pr-review@6a490eeb51ababf6b2a6d1301735e18255de679d + uses: https://git.kjan.de/actions/claude-pr-review@ec63b85010ef4bd3d7d56dcec868d5ae164c45a6 with: ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} GITEA_URL: ${{ secrets._GITEA_URL }} diff --git a/action.yml b/action.yml index dfc8ba2..78be2eb 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ runs: using: "composite" steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 ref: ${{ github.ref }}