File tree 2 files changed +5
-21
lines changed
2 files changed +5
-21
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,10 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v3
15
-
16
- - name : Cache PNPM Modules
17
- uses : actions/cache@v3
18
- with :
19
- path : ~/.pnpm-store
20
- key : ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
21
- restore-keys : |
22
- ${{ runner.os }}-pnpm-
14
+ uses : actions/checkout@v4
23
15
24
16
- name : Setup PNPM
25
- uses : pnpm/action-setup@v2.2.4
17
+ uses : pnpm/action-setup@v3
26
18
with :
27
19
run_install : true
28
20
Original file line number Diff line number Diff line change @@ -14,25 +14,17 @@ jobs:
14
14
name : Deploy
15
15
steps :
16
16
- name : Checkout Repository
17
- uses : actions/checkout@v3
18
-
19
- - name : Cache PNPM Modules
20
- uses : actions/cache@v3
21
- with :
22
- path : ~/.pnpm-store
23
- key : ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
24
- restore-keys : |
25
- ${{ runner.os }}-pnpm-
17
+ uses : actions/checkout@v4
26
18
27
19
- name : Setup PNPM
28
- uses : pnpm/action-setup@v2.2.4
20
+ uses : pnpm/action-setup@v3
29
21
with :
30
22
run_install : true
31
23
32
24
- name : Build Worker
33
25
run : pnpm build
34
26
35
27
- name : Publish to Cloudflare
36
- uses : cloudflare/wrangler-action@1.3.0
28
+ uses : cloudflare/wrangler-action@v3
37
29
with :
38
30
apiToken : ${{ secrets.CF_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments