From 40b66b22c0b0fffe0c24b942ca9cc8bd15ee406e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Apr 2025 09:08:34 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- template/.github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/.github/workflows/ci.yml b/template/.github/workflows/ci.yml index e92c8cb..c9c0a39 100644 --- a/template/.github/workflows/ci.yml +++ b/template/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - 6379:6379 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Apt update run: sudo apt-get update -y