From bc87b6790c03954cde919eaa98d917063694cdae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 18:03:32 +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 5a6193ec..cdaa26bd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: run: echo "pnpm_cache_dir=$(pnpm store path)" >>$GITHUB_OUTPUT - name: Cache pnpm modules - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3 + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4 with: path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }} key: ${{ runner.OS }}-pnpm-current-${{ hashFiles('pnpm-lock.yaml') }} diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 7a246290..0f6e4156 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -40,7 +40,7 @@ jobs: run: echo "pnpm_cache_dir=$(pnpm store path)" >>$GITHUB_OUTPUT - name: Cache pnpm modules - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3 + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4 with: path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }} key: ${{ runner.OS }}-pnpm-current-${{ hashFiles('pnpm-lock.yaml') }} @@ -65,10 +65,10 @@ jobs: run: rm -r build/types - name: Upload artifact - uses: actions/upload-pages-artifact@a753861a5debcf57bf8b404356158c8e1e33150c # v2 + uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3 with: path: build - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@13b55b33dd8996121833dbc1db458c793a334630 # v3 + uses: actions/deploy-pages@decdde0ac072f6dcbe43649d82d9c635fff5b4e4 # v4