diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 156254b..66eaf05 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 9af6bec..cc23ec6 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