From 016d0f0a2a224ff85ca8391777a3de616c8f4468 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 06:16:56 +0300 Subject: [PATCH] Bump actions/checkout from 6.0.0 to 6.0.1 (#38) --- .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 1d92a95..fb04ec2 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@v6.0.0 + - uses: actions/checkout@v6.0.1 - name: Auto Pull Request uses: diillson/auto-pull-request@v1.0.1 with: