From e6c6fd2ce22b906971457eaaa57d05441ca7640b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 15:10:08 +0000 Subject: [PATCH] Update actions/checkout action to v4.4.0 --- .github/workflows/pin-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pin-check.yaml b/.github/workflows/pin-check.yaml index f9bcc6e0..3aef1207 100644 --- a/.github/workflows/pin-check.yaml +++ b/.github/workflows/pin-check.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 - name: Pin Check uses: suzuki-shunsuke/pinact-action@cf51507d80d4d6522a07348e3d58790290eaf0b6 # v2.0.0 with: { skip_push: true } \ No newline at end of file