Skip to content

Commit dc5f325

Browse files
edyedy
authored andcommitted
fix(ci): update actions/setup-node v4.4.0->v6.5.0, actions/cache v4.3.0->v6.1.0
1 parent 4ae1942 commit dc5f325

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/setup-bun/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
using: "composite"
1010
steps:
1111
- name: Setup Node
12-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
12+
uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0
1313
with:
1414
node-version: "24"
1515

@@ -25,7 +25,7 @@ runs:
2525

2626
- name: Restore Bun dependencies
2727
id: bun-cache
28-
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
28+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
2929
with:
3030
path: ${{ steps.cache.outputs.dir }}
3131
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
@@ -66,7 +66,7 @@ runs:
6666

6767
- name: Save Bun dependencies
6868
if: steps.bun-cache.outputs.cache-hit != 'true' && github.event_name != 'pull_request' && github.event_name != 'pull_request_target'
69-
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
69+
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
7070
with:
7171
path: ${{ steps.cache.outputs.dir }}
7272
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}

0 commit comments

Comments
 (0)