From 53b9f30c6aaa87a87f01e11c50556ee81214f931 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 11:08:40 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/auto-drive-backend-deploy.yml | 2 +- .github/workflows/auto-drive-gateway-deploy.yml | 2 +- .github/workflows/image-generations.yml | 2 +- .github/workflows/services.yml | 2 +- packages/contracts/.github/workflows/test.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/auto-drive-backend-deploy.yml b/.github/workflows/auto-drive-backend-deploy.yml index 31196135..928b0477 100644 --- a/.github/workflows/auto-drive-backend-deploy.yml +++ b/.github/workflows/auto-drive-backend-deploy.yml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Determine deployment parameters id: params diff --git a/.github/workflows/auto-drive-gateway-deploy.yml b/.github/workflows/auto-drive-gateway-deploy.yml index f8226b2e..3a14498d 100644 --- a/.github/workflows/auto-drive-gateway-deploy.yml +++ b/.github/workflows/auto-drive-gateway-deploy.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Python uses: actions/setup-python@v4 diff --git a/.github/workflows/image-generations.yml b/.github/workflows/image-generations.yml index 7fd697ea..73edfd5f 100644 --- a/.github/workflows/image-generations.yml +++ b/.github/workflows/image-generations.yml @@ -23,7 +23,7 @@ jobs: app: [backend, gateway] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: recursive fetch-depth: 0 diff --git a/.github/workflows/services.yml b/.github/workflows/services.yml index 0ebb89fe..ab9f6d9c 100644 --- a/.github/workflows/services.yml +++ b/.github/workflows/services.yml @@ -26,7 +26,7 @@ jobs: # Cache dependencies to speed up the workflow steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v5 with: submodules: recursive fetch-depth: 0 diff --git a/packages/contracts/.github/workflows/test.yml b/packages/contracts/.github/workflows/test.yml index 09880b1d..8968ffcc 100644 --- a/packages/contracts/.github/workflows/test.yml +++ b/packages/contracts/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: name: Foundry project runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 with: submodules: recursive