diff --git a/.github/workflows/uncaged-ci.yml b/.github/workflows/uncaged-ci.yml index e473ce8..1e212d5 100644 --- a/.github/workflows/uncaged-ci.yml +++ b/.github/workflows/uncaged-ci.yml @@ -33,7 +33,7 @@ jobs: timeout-minutes: 90 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: # The repo tracks some assets (input-classifier models, *.pdb) via # Git LFS — fetch them so the build has its resources. @@ -91,7 +91,7 @@ jobs: timeout-minutes: 90 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: lfs: true @@ -135,7 +135,7 @@ jobs: timeout-minutes: 120 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: lfs: true diff --git a/.github/workflows/uncaged-release.yml b/.github/workflows/uncaged-release.yml index 154452e..f1e9aa9 100644 --- a/.github/workflows/uncaged-release.yml +++ b/.github/workflows/uncaged-release.yml @@ -86,7 +86,7 @@ jobs: arch: [aarch64, x86_64] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: lfs: true @@ -157,7 +157,7 @@ jobs: timeout-minutes: 180 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: lfs: true @@ -285,7 +285,7 @@ jobs: timeout-minutes: 180 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: lfs: true @@ -361,7 +361,7 @@ jobs: timeout-minutes: 180 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: lfs: true @@ -444,7 +444,7 @@ jobs: timeout-minutes: 180 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: lfs: true diff --git a/.github/workflows/uncaged-review.yml b/.github/workflows/uncaged-review.yml index 4df8b2d..573ebeb 100644 --- a/.github/workflows/uncaged-review.yml +++ b/.github/workflows/uncaged-review.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Checkout if: env.ANTHROPIC_API_KEY != '' - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0