From 3e7cf0adfddd7e379fbb8d7bd0473fd55d663866 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 14:01:02 +0000 Subject: [PATCH] Bump volta-cli/action from 3 to 4 Bumps [volta-cli/action](https://github.com/volta-cli/action) from 3 to 4. - [Release notes](https://github.com/volta-cli/action/releases) - [Changelog](https://github.com/volta-cli/action/blob/master/CHANGELOG.md) - [Commits](https://github.com/volta-cli/action/compare/v3...v4) --- updated-dependencies: - dependency-name: volta-cli/action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe9b1c6..8925b7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: volta-cli/action@v3 + - uses: volta-cli/action@v4 - name: Node Modules Cache uses: actions/cache@v4