From a5dfbbd87f7ac399b1b098fccaa28e0e1b720900 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 14:54:37 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/main-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main-deploy.yaml b/.github/workflows/main-deploy.yaml index 1b31546..e04d962 100644 --- a/.github/workflows/main-deploy.yaml +++ b/.github/workflows/main-deploy.yaml @@ -26,7 +26,7 @@ jobs: infra: ${{ steps.filter.outputs.infra }} services: ${{ steps.filter.outputs.services }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: dorny/paths-filter@v3 id: filter with: