From f52e060561e3c4631d1c89e4cf2764c332347cc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 04:48:26 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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/golangci-lint.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/update-simdutf.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 340bf0b..1e2f034 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/setup-go@v5 with: go-version: '1.24' - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: golangci-lint uses: golangci/golangci-lint-action@v7 with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f16aca8..84553c7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: matrix: go-version: ['1.26.x'] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 1 diff --git a/.github/workflows/update-simdutf.yml b/.github/workflows/update-simdutf.yml index 444d2bd..e0f9bb2 100644 --- a/.github/workflows/update-simdutf.yml +++ b/.github/workflows/update-simdutf.yml @@ -13,7 +13,7 @@ jobs: matrix: go-version: ['1.24.x'] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 1