From d8febddae513983c63d0ee13005714a29c19d90f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 07:56:42 +0000 Subject: [PATCH] Bump actions/checkout from 3.5.3 to 4.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 4.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.5.3...v4.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1a0cf8..198026a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: node-version: [16.x, 18.x] steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v4.1.0 - uses: volta-cli/action@v4 with: node-version: ${{ matrix.node-version }} @@ -37,7 +37,7 @@ jobs: release-it-version: ['14.0.0', '14.1.0', '14.2.0', '15.1.3', '^15.0.0', '^16.0.0'] steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v4.1.0 - uses: volta-cli/action@v4 - name: install dependencies run: npm ci