From b6471d24118bc7e0bf6ce0d1a3b8add034a07528 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 02:48:49 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c86a130..9ffe78d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -55,7 +55,7 @@ jobs: steps: # TODO https://github.com/FerretDB/github-actions/issues/211 - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Go uses: FerretDB/github-actions/setup-go@main @@ -129,7 +129,7 @@ jobs: steps: # TODO https://github.com/FerretDB/github-actions/issues/211 - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Go uses: FerretDB/github-actions/setup-go@main