File tree Expand file tree Collapse file tree 4 files changed +178
-216
lines changed
Expand file tree Collapse file tree 4 files changed +178
-216
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
1010
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
13+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1414
1515 - name : Setup Bun
1616 uses : oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2
1717 with :
1818 bun-version : latest
1919
2020 - name : Cache Bun packages
21- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
21+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
2222 with :
2323 path : ~/.bun/install/cache
2424 key : ${{ runner.os }}-bun-${{ hashFiles('bun.lock') }}
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
19+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2020 with :
2121 fetch-depth : 0
2222 ref : ${{ github.event.workflow_run.head_sha }}
2727 bun-version : latest
2828
2929 - name : Cache Bun packages
30- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
30+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
3131 with :
3232 path : ~/.bun/install/cache
3333 key : ${{ runner.os }}-bun-${{ hashFiles('bun.lock') }}
You can’t perform that action at this time.
0 commit comments