From c5ffc45690d5e8d332b79ae316c4c9a47a28744b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 14:44:50 +0000 Subject: [PATCH] :arrow_up: deps: Upgrade actions/checkout action to v4.3.0. --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index d58311b..1d3814f 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout 🛎️ - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.3.0 - name: Install 🔧 run: npm install