From a3e9e5c25b80afa53a146454e96b70755fb79d5a Mon Sep 17 00:00:00 2001 From: Sergio Ribera <56278796+SergioRibera@users.noreply.github.com> Date: Sun, 26 May 2024 18:45:14 -0400 Subject: [PATCH] ci: fix sintaxes issues --- .github/workflows/checks.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 36489be..d980ab4 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -15,6 +15,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Biome CLI - uses: biomejs/setup-biome@v + uses: biomejs/setup-biome@v2 - name: checks run: biome check . diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ee3a007..73f9dac 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ on: jobs: check: - - uses: ./.github/workflows/checks.yml + uses: ./.github/workflows/checks.yml deploy: needs: [check]