diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35567e2fb..055ca6129 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - - uses: volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 # v4 + - uses: volta-cli/action@615a78f6c83e116339c53b94f3f82b4d6c0b7d18 # v5 - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 with: path: "**/node_modules" @@ -75,7 +75,7 @@ jobs: steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - - uses: volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 # v4 + - uses: volta-cli/action@615a78f6c83e116339c53b94f3f82b4d6c0b7d18 # v5 - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 with: path: "**/node_modules" @@ -115,7 +115,7 @@ jobs: steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - - uses: volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 # v4 + - uses: volta-cli/action@615a78f6c83e116339c53b94f3f82b4d6c0b7d18 # v5 - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 with: path: "**/node_modules" @@ -152,7 +152,7 @@ jobs: steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - - uses: volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 # v4 + - uses: volta-cli/action@615a78f6c83e116339c53b94f3f82b4d6c0b7d18 # v5 - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 with: path: "**/node_modules" diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index f83530d85..98b6e0b05 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 10 steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - - uses: volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 # v4 + - uses: volta-cli/action@615a78f6c83e116339c53b94f3f82b4d6c0b7d18 # v5 - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 with: path: "**/node_modules" diff --git a/.github/workflows/plan-release.yml b/.github/workflows/plan-release.yml index 739cdeda8..c883c5b24 100644 --- a/.github/workflows/plan-release.yml +++ b/.github/workflows/plan-release.yml @@ -55,7 +55,7 @@ jobs: with: fetch-depth: 0 ref: 'master' - - uses: volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 # v4 + - uses: volta-cli/action@615a78f6c83e116339c53b94f3f82b4d6c0b7d18 # v5 - run: pnpm install --frozen-lockfile - name: "Generate Explanation and Prep Changelogs" id: explanation diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d3d0b224b..f6a3abff9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -46,7 +46,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 # v4 + - uses: volta-cli/action@615a78f6c83e116339c53b94f3f82b4d6c0b7d18 # v5 - run: pnpm install --frozen-lockfile - name: Set publishing config run: pnpm config set '//registry.npmjs.org/:_authToken' "${NODE_AUTH_TOKEN}" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d22237936..939a815ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - - uses: volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 # v4 + - uses: volta-cli/action@615a78f6c83e116339c53b94f3f82b4d6c0b7d18 # v5 - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 with: path: "**/node_modules"