From eaf308ab88ef9b4cc1a3c9d3011885e77d2a4a4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 04:36:47 +0000 Subject: [PATCH] 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/go-ci.yml | 2 +- .github/workflows/go-depends.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-ci.yml b/.github/workflows/go-ci.yml index 4427f5c..e128b3b 100644 --- a/.github/workflows/go-ci.yml +++ b/.github/workflows/go-ci.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout du code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Installation de Go uses: actions/setup-go@v5 diff --git a/.github/workflows/go-depends.yml b/.github/workflows/go-depends.yml index 71bc8e6..9dd8069 100644 --- a/.github/workflows/go-depends.yml +++ b/.github/workflows/go-depends.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout du code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Installation de Go uses: actions/setup-go@v5