From 5c7297a47d0001bc2d4058408fc3e1ee0f0a0da5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 10:32:27 +0000 Subject: [PATCH] Bump actions/checkout from 3.3.0 to 4.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 4.0.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.3.0...v4.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e6ef8e9..b23abcc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: node-version: [14.x] steps: - name: Check out repository - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v4.0.0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 @@ -48,7 +48,7 @@ jobs: node-version: [14.x] steps: - name: Check out repository - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v4.0.0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3