From 28da686bd8fb7c69eb66c81eed330d861ab27b5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 10:39:17 +0300 Subject: [PATCH] Bump actions/checkout from 5.0.0 to 6.0.0 (#36) Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0. - [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.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/AUTO_PR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/AUTO_PR.yml b/.github/workflows/AUTO_PR.yml index ccfcd90..1d92a95 100644 --- a/.github/workflows/AUTO_PR.yml +++ b/.github/workflows/AUTO_PR.yml @@ -12,7 +12,7 @@ jobs: permissions: pull-requests: write steps: - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v6.0.0 - name: Auto Pull Request uses: diillson/auto-pull-request@v1.0.1 with: