From ed9cd07ac8e69340ea03c696a5fcc243743c8a94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 16:21:20 +0000 Subject: [PATCH] Update volta-cli/action digest to 2d68418 --- .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..288358e4 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@2d68418f32546fd191eb666e232b321d5726484d # 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@2d68418f32546fd191eb666e232b321d5726484d # v4 - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3 with: path: "**/node_modules" diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 544df1ac..0d073640 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@2d68418f32546fd191eb666e232b321d5726484d # v4 - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3 with: path: "**/node_modules" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dab060f1..229694b6 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@2d68418f32546fd191eb666e232b321d5726484d # v4 - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3 with: path: "**/node_modules"