From 2582219fe0f6f9c628877aef4f94c4a80c6e6b98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 10:01:28 +0000 Subject: [PATCH] Bump actions/checkout from 2.4.0 to 3.3.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.3.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/v2.4.0...v3.3.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 59bb6f5..e6ef8e9 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@v2.4.0 + uses: actions/checkout@v3.3.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@v2.4.0 + uses: actions/checkout@v3.3.0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3