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