From b63547bd2a1ed99d50c6fbc61bfd47b3f6c03cee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 06:08:11 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 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/v5...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/integration.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 631659e..ef0e6a5 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -13,7 +13,7 @@ jobs: go-echarts-pipeline: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up Go uses: actions/setup-go@v5 @@ -25,7 +25,7 @@ jobs: echo "Checkout Example branch is: ${{ inputs.ref-branch }}, empty means default branch " - name: Checkout another repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: 'go-echarts/examples' ref: ${{ inputs.ref-branch }} @@ -103,7 +103,7 @@ jobs: exit 1 - name: Checkout integration pipeline repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: 'go-echarts/go-echarts-pipeline' path: 'go-echarts-pipeline'