From 50397434ed77c74fc42e8dd9638e742563101aba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 22:03:50 +0000 Subject: [PATCH] fix(deps): update actions/checkout action to v7 --- .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 0283cad8..257c5274 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@v6 + uses: actions/checkout@v7 - name: Checkout sdk - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: devopsarr/${{ matrix.app }}-${{ matrix.lang }} path: .generated-code/${{ matrix.app }}-${{ matrix.lang }}