diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1938f25b..f6804bcc3 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@615a78f6c83e116339c53b94f3f82b4d6c0b7d18 # v5 - uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # 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@615a78f6c83e116339c53b94f3f82b4d6c0b7d18 # v5 - uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # 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@615a78f6c83e116339c53b94f3f82b4d6c0b7d18 # v5 - uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3 with: path: "**/node_modules" diff --git a/.github/workflows/gravity.yml b/.github/workflows/gravity.yml index 337c78787..05f759838 100644 --- a/.github/workflows/gravity.yml +++ b/.github/workflows/gravity.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - - uses: volta-cli/action@d253558a6e356722728a10e9a469190de21a83ef # v4 + - uses: volta-cli/action@615a78f6c83e116339c53b94f3f82b4d6c0b7d18 # v5 - uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3 with: path: "**/node_modules"