From 25ad2ad9cf5df706ec0c7c08547a9b80b22bdbbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 05:12:33 +0000 Subject: [PATCH] build(action): bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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-cross.yml | 2 +- .github/workflows/go-release-platform.yml | 2 +- .github/workflows/golang-ci.yml | 2 +- .github/workflows/goreleaser-golang.yml | 2 +- .github/workflows/version.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy-tag.yml b/.github/workflows/deploy-tag.yml index 4e4e597..985829c 100644 --- a/.github/workflows/deploy-tag.yml +++ b/.github/workflows/deploy-tag.yml @@ -45,7 +45,7 @@ jobs: echo "inputs.tag_name: ${{ inputs.tag_name }}" echo "inputs.download_artifact_name: ${{ inputs.download_artifact_name }}" - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Check deploy inputs run: | diff --git a/.github/workflows/go-release-cross.yml b/.github/workflows/go-release-cross.yml index 10e7fac..7b1a011 100644 --- a/.github/workflows/go-release-cross.yml +++ b/.github/workflows/go-release-cross.yml @@ -19,7 +19,7 @@ jobs: go-release-cross: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Go SDK uses: actions/setup-go@v5 with: diff --git a/.github/workflows/go-release-platform.yml b/.github/workflows/go-release-platform.yml index 2c898a0..00f1bfa 100644 --- a/.github/workflows/go-release-platform.yml +++ b/.github/workflows/go-release-platform.yml @@ -70,7 +70,7 @@ jobs: echo "inputs.upload_artifact_name: ${{ inputs.upload_artifact_name }}" echo "inputs.go_build_id: ${{ inputs.go_build_id }}" - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - 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 3cbfb16..cc290bf 100644 --- a/.github/workflows/golang-ci.yml +++ b/.github/workflows/golang-ci.yml @@ -42,7 +42,7 @@ jobs: - ubuntu-latest runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Go SDK uses: actions/setup-go@v5 with: diff --git a/.github/workflows/goreleaser-golang.yml b/.github/workflows/goreleaser-golang.yml index f81700b..d75ca40 100644 --- a/.github/workflows/goreleaser-golang.yml +++ b/.github/workflows/goreleaser-golang.yml @@ -78,7 +78,7 @@ jobs: echo "inputs.go_build_id: ${{ inputs.go_build_id }}" echo "inputs.goreleaser-build-timeout-minutes: ${{ inputs.goreleaser-build-timeout-minutes }}" - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Go SDK uses: actions/setup-go@v5 with: diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index ae6e287..5ba4b58 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@v5 - name: get version and conventional id: check-version