Skip to content

Commit d2e214d

Browse files
committed
build(deps): bump actions and semantic-release to latest major versions
actions/checkout v4 → v6 (SHA: de0fac2e) actions/cache v4 → v5 (SHA: cdf6c1fa) semantic-release 24 → 25 @semantic-release/github 11 → 12 @semantic-release/npm 12 → 13 Closes #1, Closes #2, Closes #3, Closes #4, Closes #5
1 parent 842ee97 commit d2e214d

File tree

4 files changed

+178
-216
lines changed

4 files changed

+178
-216
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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') }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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 }}
@@ -27,7 +27,7 @@ jobs:
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') }}

0 commit comments

Comments
 (0)