From e408baea381a3e607c03dd109042ef80b8c725b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 12:35:09 +0000 Subject: [PATCH] Bump volta-cli/action from 1 to 4 Bumps [volta-cli/action](https://github.com/volta-cli/action) from 1 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/v1...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/night-ts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/night-ts.yml b/.github/workflows/night-ts.yml index c3b5f3cea45..0feb70f69c1 100644 --- a/.github/workflows/night-ts.yml +++ b/.github/workflows/night-ts.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: volta-cli/action@v1 + - uses: volta-cli/action@v4 - run: yarn install --frozen-lockfile --non-interactive - run: yarn add -D typescript@next - run: yarn type-check