From d6220e609046f6703a77243ba552f01d90b55919 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 21:29:01 +0000 Subject: [PATCH] build(deps): 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/docs.yaml | 2 +- .github/workflows/test.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 3278e0273..56aaf09b2 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -16,7 +16,7 @@ jobs: GOBIN: /tmp/.bin steps: - name: Checkout code into the Go module directory. - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install Go uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 51490c72b..839f0f4ab 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -37,7 +37,7 @@ jobs: GOBIN: /tmp/.bin steps: - name: Checkout code into the Go module directory. - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install Go uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 @@ -65,7 +65,7 @@ jobs: GOBIN: /tmp/.bin steps: - name: Check out code into the Go module directory. - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install Go. uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 @@ -83,7 +83,7 @@ jobs: GOBIN: /tmp/.bin steps: - name: Check out code into the Go module directory. - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install Go. uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 @@ -101,7 +101,7 @@ jobs: GOBIN: /tmp/.bin steps: - name: Check out code into the Go module directory. - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install Go. uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0