File tree 2 files changed +7
-7
lines changed 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout repo
13
- uses : actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08
13
+ uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
14
14
15
15
- name : Setup Bun
16
- uses : oven-sh/setup-bun@b9d34de66d2a7faee36a22446c434b7c959e48d2
16
+ uses : oven-sh/setup-bun@54cb141c5c91e2fdc396be3155a391f28e1822eb
17
17
18
18
- name : Install dependencies
19
19
run : bun install --frozen-lockfile
22
22
run : bun run build
23
23
24
24
- name : Upload package build
25
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
25
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
26
26
with :
27
27
name : dist@${{ github.sha }}
28
28
path : dist
Original file line number Diff line number Diff line change @@ -18,21 +18,21 @@ jobs:
18
18
issues : write
19
19
steps :
20
20
- name : Checkout repo
21
- uses : actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08
21
+ uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
22
22
23
23
- name : Setup Node.js
24
- uses : actions/setup-node@26961cf329f22f6837d5f54c3efd76b480300ace
24
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
25
25
with :
26
26
node-version : lts/*
27
27
28
28
- name : Setup Bun
29
- uses : oven-sh/setup-bun@b9d34de66d2a7faee36a22446c434b7c959e48d2
29
+ uses : oven-sh/setup-bun@54cb141c5c91e2fdc396be3155a391f28e1822eb
30
30
31
31
- name : Install dependencies
32
32
run : bun install --frozen-lockfile
33
33
34
34
- name : Download package build
35
- uses : actions/download-artifact@d0ce8fd1167ed839810201de977912a090ab10a7
35
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
36
36
with :
37
37
name : dist@${{ github.sha }}
38
38
path : dist
You can’t perform that action at this time.
0 commit comments