From 0a12e0e96e5eed4a118122e4842b59caa616ab61 Mon Sep 17 00:00:00 2001 From: Rej Ect Date: Mon, 24 Nov 2025 09:24:02 +0200 Subject: [PATCH] chore(ci): upgrade checkout to v6 --- .github/workflows/ai-on-demand.yaml | 2 +- .github/workflows/ai-review.yaml | 2 +- .github/workflows/checks.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ai-on-demand.yaml b/.github/workflows/ai-on-demand.yaml index 41e497fb..5aa25d89 100644 --- a/.github/workflows/ai-on-demand.yaml +++ b/.github/workflows/ai-on-demand.yaml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 1 diff --git a/.github/workflows/ai-review.yaml b/.github/workflows/ai-review.yaml index d1c8a425..949867ee 100644 --- a/.github/workflows/ai-review.yaml +++ b/.github/workflows/ai-review.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # Get full history for better context diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 782998e3..f71fa1eb 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -26,7 +26,7 @@ jobs: runs-on: ['ubuntu-latest'] steps: - name: 🔑 Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: 'Install Dependencies' uses: ethereumfollowprotocol/actions/.github/actions/setup@main