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 }}