From ff87d3b70bd4340addb80e64bef80ef29f936d30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 18:46:12 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/format-code-base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format-code-base.yml b/.github/workflows/format-code-base.yml index 4a8cf95..7b797ac 100644 --- a/.github/workflows/format-code-base.yml +++ b/.github/workflows/format-code-base.yml @@ -12,7 +12,7 @@ jobs: steps: - name: 🐧 Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: 💄 Run Prettier uses: creyD/prettier_action@v4.6