From 219133c2f90e47f1d43358f17b97bf0bed8c8830 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 19:07:19 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Upgrade=20actions/checkout=20dig?= =?UTF-8?q?est=20to=208e8c483?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/makefile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 4a5f91f..725bae2 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -12,6 +12,6 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout repo - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: test run: make test