diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27893f44d..52dca00cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,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" @@ -41,7 +41,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" @@ -69,7 +69,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/release.yml b/.github/workflows/release.yml index 2adf9369b..bc3ff5c3f 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"