mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-25 11:41:02 +00:00
Merge pull request #11675 from is-a-dev/VaibhavSys-patch-1
Bump CI actions versions
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -11,10 +11,10 @@ jobs:
|
||||
if: github.repository == 'is-a-dev/register'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: oven-sh/setup-bun@v1
|
||||
with:
|
||||
bun-version: 1.0.3
|
||||
bun-version: 1.0.25
|
||||
- run: bun install
|
||||
- run: bun test
|
||||
- name: Publishing records
|
||||
|
||||
Reference in New Issue
Block a user