From b4e05c447fb06d91cb0b012f8a452f6e35588fea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:28:40 +0000 Subject: [PATCH] :arrow_up: deps: Upgrade actions/checkout action to v4.2.1. --- .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 fbd87f8..0713f20 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.2.0 + uses: actions/checkout@v4.2.1 - name: Install 🔧 run: npm install