From ebde69912f8f28447c81d8831a213791fae819a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 04:30:16 +0000 Subject: [PATCH] build(action): bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [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/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-tag.yml | 2 +- .github/workflows/go-release-platform.yml | 2 +- .github/workflows/go-release.yml | 2 +- .github/workflows/golang-ci.yml | 2 +- .github/workflows/version.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-tag.yml b/.github/workflows/deploy-tag.yml index 4031c3a..f133e52 100644 --- a/.github/workflows/deploy-tag.yml +++ b/.github/workflows/deploy-tag.yml @@ -38,7 +38,7 @@ jobs: name: repo-release runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Check deploy inputs run: | diff --git a/.github/workflows/go-release-platform.yml b/.github/workflows/go-release-platform.yml index a999efd..c52c1a2 100644 --- a/.github/workflows/go-release-platform.yml +++ b/.github/workflows/go-release-platform.yml @@ -62,7 +62,7 @@ jobs: go_arch: arm64 runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set up Go SDK uses: actions/setup-go@v5 with: diff --git a/.github/workflows/go-release.yml b/.github/workflows/go-release.yml index 840c68a..1f8985b 100644 --- a/.github/workflows/go-release.yml +++ b/.github/workflows/go-release.yml @@ -13,7 +13,7 @@ jobs: go-release-cross: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set up Go SDK uses: actions/setup-go@v5 with: diff --git a/.github/workflows/golang-ci.yml b/.github/workflows/golang-ci.yml index 5896d9e..fda9a46 100644 --- a/.github/workflows/golang-ci.yml +++ b/.github/workflows/golang-ci.yml @@ -20,7 +20,7 @@ jobs: - ubuntu-latest runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set up Go SDK uses: actions/setup-go@v5 with: diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index c259d71..0b0babd 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -47,7 +47,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: get version and conventional id: check-version