From 707454342340bd4be3b3821bf8441f4f1e71206c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 21:58:47 +0000 Subject: [PATCH] chore(deps): update all to v7 --- .github/workflows/cgo.yml | 2 +- .github/workflows/codeql.yaml | 2 +- .github/workflows/mysql-volumeless.yml | 2 +- .github/workflows/nocgo.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cgo.yml b/.github/workflows/cgo.yml index 0a81d42c..53287802 100644 --- a/.github/workflows/cgo.yml +++ b/.github/workflows/cgo.yml @@ -21,7 +21,7 @@ jobs: go-version: ${{ matrix.version }} - name: Check out code into the Go module directory - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install make (Windows) if: runner.os == 'Windows' diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 9ab84326..b8f98ff1 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Initialize CodeQL uses: github/codeql-action/init@v4 diff --git a/.github/workflows/mysql-volumeless.yml b/.github/workflows/mysql-volumeless.yml index 5b3f7158..7f8ee3ed 100644 --- a/.github/workflows/mysql-volumeless.yml +++ b/.github/workflows/mysql-volumeless.yml @@ -13,7 +13,7 @@ jobs: working-directory: ./mysql steps: - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Build docker image from MySQL initialized DB inside container run: make build diff --git a/.github/workflows/nocgo.yml b/.github/workflows/nocgo.yml index c6fa6f35..e3b53fb3 100644 --- a/.github/workflows/nocgo.yml +++ b/.github/workflows/nocgo.yml @@ -21,7 +21,7 @@ jobs: go-version: ${{ matrix.version }} - name: Check out code into the Go module directory - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install make (Windows) if: runner.os == 'Windows'