From f032c1edb2714dcb7d2c9dfc3ff8cae49b889045 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 10:04:54 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/hypermod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hypermod.yml b/.github/workflows/hypermod.yml index f91a0d82ef..88f52437f7 100644 --- a/.github/workflows/hypermod.yml +++ b/.github/workflows/hypermod.yml @@ -12,7 +12,7 @@ jobs: permissions: write-all runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Run Hypermod CLI uses: hypermod-io/action@v1 with: