From 8d3f905ecb82b450e6f4b21b207811ca7777933b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 23:02:00 +0000 Subject: [PATCH] Update actions --- .github/workflows/ci.yaml | 2 +- .github/workflows/deploy.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ebaccb3d..d53275d5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Setup Node.js - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 + uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4 with: node-version: "16" diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 6d69142b..0abd7470 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Setup Node.js - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 + uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4 with: node-version: "16" @@ -52,7 +52,7 @@ jobs: - name: Setup Pages id: pages - uses: actions/configure-pages@b8130d9ab958b325bbde9786d62f2c97a9885a0e # v3 + uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4 - name: Build run: pnpm run build @@ -71,4 +71,4 @@ jobs: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@de14547edc9944350dc0481aa5b7afb08e75f254 # v2 + uses: actions/deploy-pages@13b55b33dd8996121833dbc1db458c793a334630 # v3