From e07d7de7cbe5f5654443277e12b33ce07ab7fa83 Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Wed, 31 Jan 2024 17:28:45 +0530 Subject: [PATCH 1/2] Update publish-records.yml --- .github/workflows/publish-records.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-records.yml b/.github/workflows/publish-records.yml index 522179f4d..ad679260a 100644 --- a/.github/workflows/publish-records.yml +++ b/.github/workflows/publish-records.yml @@ -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 From 67c024884783886a088e3986d5015612be1f2a73 Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Wed, 31 Jan 2024 17:31:26 +0530 Subject: [PATCH 2/2] Update checks.yml --- .github/workflows/checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 1c5f7d0ca..4d77a4523 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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