This repository was archived by the owner on Nov 17, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
run : echo "pnpm_cache_dir=$(pnpm store path)" >>$GITHUB_OUTPUT
33
33
34
34
- name : Cache pnpm modules
35
- uses : actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
35
+ uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
36
36
with :
37
37
path : ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
38
38
key : ${{ runner.OS }}-pnpm-current-${{ hashFiles('pnpm-lock.yaml') }}
Original file line number Diff line number Diff line change 40
40
run : echo "pnpm_cache_dir=$(pnpm store path)" >>$GITHUB_OUTPUT
41
41
42
42
- name : Cache pnpm modules
43
- uses : actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
43
+ uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
44
44
with :
45
45
path : ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
46
46
key : ${{ runner.OS }}-pnpm-current-${{ hashFiles('pnpm-lock.yaml') }}
@@ -65,10 +65,10 @@ jobs:
65
65
run : rm -r build/types
66
66
67
67
- name : Upload artifact
68
- uses : actions/upload-pages-artifact@a753861a5debcf57bf8b404356158c8e1e33150c # v2
68
+ uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
69
69
with :
70
70
path : build
71
71
72
72
- name : Deploy to GitHub Pages
73
73
id : deployment
74
- uses : actions/deploy-pages@13b55b33dd8996121833dbc1db458c793a334630 # v3
74
+ uses : actions/deploy-pages@decdde0ac072f6dcbe43649d82d9c635fff5b4e4 # v4
You can’t perform that action at this time.
0 commit comments