From af739fb606c51bd8db3352b81764da4f06bcf832 Mon Sep 17 00:00:00 2001 From: Ming Di Leom <2809763-curben@users.noreply.gitlab.com> Date: Mon, 14 Oct 2024 07:28:37 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 2 to 4 --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index c048e18..3df324b 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest container: node:lts-alpine steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install Dependencies run: | apk update