We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb897f5 commit 6cfc177Copy full SHA for 6cfc177
1 file changed
.github/workflows/ci.yaml
@@ -7,8 +7,8 @@ jobs:
7
name: Lint
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v6
11
- - uses: oven-sh/setup-bun@v2
+ - uses: actions/checkout@v6.0.2
+ - uses: oven-sh/setup-bun@v2.2.0
12
with:
13
bun-version: latest
14
- run: make node_modules
@@ -18,8 +18,8 @@ jobs:
18
name: Up-to-date scripts/docs
19
20
21
22
23
24
25
0 commit comments