From d3be1f444a8eb19ddf720ed9caaae857f84570ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 19:43:33 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/go-dependencies.yml | 2 +- .github/workflows/go.yml | 4 ++-- .github/workflows/node.yml | 2 +- .github/workflows/release.yml | 10 +++++----- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/go-dependencies.yml b/.github/workflows/go-dependencies.yml index 1cef456f..7b9cb02f 100644 --- a/.github/workflows/go-dependencies.yml +++ b/.github/workflows/go-dependencies.yml @@ -20,7 +20,7 @@ jobs: env: GH_ACTIONS_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Go uses: actions/setup-go@v6 diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 46aed2d3..67a14f7f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -23,7 +23,7 @@ jobs: runs-on: ${{ matrix.platform }} steps: - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Go uses: actions/setup-go@v6 with: @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Go uses: actions/setup-go@v6 with: diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 383c1180..13d1e635 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -20,7 +20,7 @@ jobs: build: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-node@v6 with: node-version: "lts/*" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 11ef669e..fcb7d8bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: GH_ACTIONS_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # get enough commits to hopefully allow goreleaser to generate a proper # changelog since the last release @@ -57,7 +57,7 @@ jobs: GH_ACTIONS_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-tags: true - name: Set up Go @@ -100,7 +100,7 @@ jobs: GH_ACTIONS_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-tags: true - name: Set up NodeJS @@ -155,7 +155,7 @@ jobs: GH_ACTIONS_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-tags: true - name: Set up Go @@ -198,7 +198,7 @@ jobs: GH_ACTIONS_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-tags: true - name: Set up Go