From 58aa0de55b5733a559fe3e0b4e46b31b35607006 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Apr 2022 04:11:43 +0000 Subject: [PATCH] Bump actions/checkout from 2.3.4 to 3.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3.0.1. - [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.3.4...v3.0.1) --- 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 fc758bd..20c3eff 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: name: Lint the codebase, build and test the image runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.0.1 - name: Super-Linter uses: github/super-linter@v4.1.0 env: @@ -43,7 +43,7 @@ jobs: needs: build runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.0.1 - name: Setup Docker Buildx uses: docker/setup-buildx-action@v1 - name: Set up QEMU