From 285f7a472c8557d29b591775b05cc97f3463f78f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 14:35:45 +0000 Subject: [PATCH] Update volta-cli/action digest to 615a78f --- .github/workflows/deployment.yml | 2 +- .github/workflows/pr-checks.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 156254b6..66eaf053 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -49,7 +49,7 @@ jobs: working-directory: ./frontend steps: - uses: actions/checkout@v4 - - uses: volta-cli/action@d253558a6e356722728a10e9a469190de21a83ef + - uses: volta-cli/action@615a78f6c83e116339c53b94f3f82b4d6c0b7d18 - name: Install dependencies run: yarn --frozen-lockfile - name: Build app diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 9af6bec6..cc23ec68 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: volta-cli/action@d253558a6e356722728a10e9a469190de21a83ef + - uses: volta-cli/action@615a78f6c83e116339c53b94f3f82b4d6c0b7d18 - name: Install dependencies run: yarn --frozen-lockfile @@ -41,7 +41,7 @@ jobs: working-directory: ./frontend steps: - uses: actions/checkout@v4 - - uses: volta-cli/action@d253558a6e356722728a10e9a469190de21a83ef + - uses: volta-cli/action@615a78f6c83e116339c53b94f3f82b4d6c0b7d18 - name: Install dependencies run: yarn --frozen-lockfile - name: Linting