Skip to content
This repository was archived by the owner on Nov 17, 2024. It is now read-only.

Commit 1af1092

Browse files
Update actions
1 parent 411ce82 commit 1af1092

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: echo "pnpm_cache_dir=$(pnpm store path)" >>$GITHUB_OUTPUT
3333

3434
- name: Cache pnpm modules
35-
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
35+
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
3636
with:
3737
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
3838
key: ${{ runner.OS }}-pnpm-current-${{ hashFiles('pnpm-lock.yaml') }}

.github/workflows/deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: echo "pnpm_cache_dir=$(pnpm store path)" >>$GITHUB_OUTPUT
4141

4242
- name: Cache pnpm modules
43-
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
43+
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
4444
with:
4545
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
4646
key: ${{ runner.OS }}-pnpm-current-${{ hashFiles('pnpm-lock.yaml') }}
@@ -65,10 +65,10 @@ jobs:
6565
run: rm -r build/types
6666

6767
- name: Upload artifact
68-
uses: actions/upload-pages-artifact@a753861a5debcf57bf8b404356158c8e1e33150c # v2
68+
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
6969
with:
7070
path: build
7171

7272
- name: Deploy to GitHub Pages
7373
id: deployment
74-
uses: actions/deploy-pages@13b55b33dd8996121833dbc1db458c793a334630 # v3
74+
uses: actions/deploy-pages@decdde0ac072f6dcbe43649d82d9c635fff5b4e4 # v4

0 commit comments

Comments
 (0)