Update checks.yml

This commit is contained in:
Vaibhav
2024-01-31 17:31:26 +05:30
committed by GitHub
parent e07d7de7cb
commit 67c0248847
+2 -2
View File
@@ -5,12 +5,12 @@ jobs:
validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.0.3
bun-version: 1.0.25
- run: bun install
- run: bun test