From cbd571a4867eb687a12761b04ea19b517528e1c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 17:00:55 +0900 Subject: [PATCH] chore(deps): update actions/checkout action to v4.4.0 --- .github/workflows/update-rules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-rules.yml b/.github/workflows/update-rules.yml index 8522c63..4064d00 100644 --- a/.github/workflows/update-rules.yml +++ b/.github/workflows/update-rules.yml @@ -22,7 +22,7 @@ jobs: MISE_CONFIG_FILE: scripts/mise.toml steps: - name: Checkout code - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v4.4.0 - name: Set up and Verify Mise id: mise