From f64d4652c44e3282190435e930bf655a01623fe1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 18:30:39 +0000 Subject: [PATCH] Update volta-cli/action digest to 5c175f9 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/deploy.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42705f6e..6eaf7af3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - - uses: volta-cli/action@d253558a6e356722728a10e9a469190de21a83ef # v4 + - uses: volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 # v4 - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3 with: path: "**/node_modules" @@ -50,7 +50,7 @@ jobs: steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - - uses: volta-cli/action@d253558a6e356722728a10e9a469190de21a83ef # v4 + - uses: volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 # v4 - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3 with: path: "**/node_modules" diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2c5e24b3..eb09f6f3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - - uses: volta-cli/action@d253558a6e356722728a10e9a469190de21a83ef # v4 + - uses: volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 # v4 - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3 with: path: "**/node_modules" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dab060f1..82221901 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - - uses: volta-cli/action@d253558a6e356722728a10e9a469190de21a83ef # v4 + - uses: volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 # v4 - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3 with: path: "**/node_modules"