From 9657bd8771014fa1118344bf5a71aad22ab66173 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 22:51:16 +0300 Subject: [PATCH] Bump actions/checkout from 6.0.1 to 6.0.2 (#39) --- .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 fb04ec2..3b0a594 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.1 + - uses: actions/checkout@v6.0.2 - name: Auto Pull Request uses: diillson/auto-pull-request@v1.0.1 with: