From e4a3a1d9444e2702ec157a450d42c252a257af38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 01:02:37 +0000 Subject: [PATCH] [dependabot][ghaction] - (deps): Bump actions/checkout Bumps the all-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/supported-versions-auto-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/supported-versions-auto-update.yml b/.github/workflows/supported-versions-auto-update.yml index 3de31c14..42c1d105 100644 --- a/.github/workflows/supported-versions-auto-update.yml +++ b/.github/workflows/supported-versions-auto-update.yml @@ -40,7 +40,7 @@ jobs: run: echo "value=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT - name: "Checkout current repository" - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.event.repository.default_branch }} fetch-depth: 0