From 991f75c02b43c60ebf371d3e80ac8da7acc71c8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 11:57:05 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v6 --- .github/workflows/scip-examples.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scip-examples.yaml b/.github/workflows/scip-examples.yaml index 0d9f431d..63004359 100644 --- a/.github/workflows/scip-examples.yaml +++ b/.github/workflows/scip-examples.yaml @@ -76,7 +76,7 @@ jobs: - name: Install Go if: ${{ matrix.target.scip_binary == 'scip-go' }} - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: { go-version-file: 'go.mod' } - name: Cache Maven dependencies