We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 500d20d commit f697f76Copy full SHA for f697f76
.github/workflows/release.yml
@@ -16,10 +16,10 @@ jobs:
16
fetch-depth: 0
17
18
- name: Install Bun
19
- uses: oven-sh/setup-bun@v2
+ uses: oven-sh/setup-bun@v2.0.2
20
21
- name: Use cached node_modules
22
- uses: actions/cache@v4
+ uses: actions/cache@v4.3.0
23
with:
24
path: node_modules
25
key: node-modules-${{ hashFiles('**/bun.lockb') }}
0 commit comments