From a86038d1f0620b801521109581ed161f6273ce1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:45:53 +0000 Subject: [PATCH] fix(deps): update actions/checkout action to v6 --- .github/workflows/generate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index cdf48409..01dcf55f 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -75,10 +75,10 @@ jobs: git config --global user.email 127950054+devopsarr[bot]@users.noreply.github.com - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Checkout sdk - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: devopsarr/${{ matrix.app }}-${{ matrix.lang }} path: .generated-code/${{ matrix.app }}-${{ matrix.lang }}