From 56e27e81c38fa8f96d18a96f6b8c3a52656b4d9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 19:52:08 +0000 Subject: [PATCH 1/2] chore(deps): update actions/checkout digest to 8ade135 --- .github/workflows/GHPages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/GHPages.yml b/.github/workflows/GHPages.yml index 29e83850..c6a736aa 100644 --- a/.github/workflows/GHPages.yml +++ b/.github/workflows/GHPages.yml @@ -8,7 +8,7 @@ jobs: deploy-docs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - uses: actions/setup-node@v3 with: node-version: 14 From d15854ca138285ab96765574c410eab0d958ad88 Mon Sep 17 00:00:00 2001 From: Yosuke Ota Date: Sat, 23 Sep 2023 10:45:43 +0900 Subject: [PATCH 2/2] Update .github/workflows/GHPages.yml --- .github/workflows/GHPages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/GHPages.yml b/.github/workflows/GHPages.yml index c6a736aa..aff78905 100644 --- a/.github/workflows/GHPages.yml +++ b/.github/workflows/GHPages.yml @@ -8,7 +8,7 @@ jobs: deploy-docs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: node-version: 14