From 67bb1fd4639618e02bff0062ba8a9872a4565a46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 00:02:51 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 3.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.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/v2...v3.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.yaml | 4 ++-- .github/workflows/linter.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 031fc60..dee6313 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-18.04 steps: - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: Record the Clang version run: clang --version - name: Record the GCC version @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-18.04 steps: - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: Record the Clang version run: clang --version - name: Record the GCC version diff --git a/.github/workflows/linter.yaml b/.github/workflows/linter.yaml index 7523d85..4ee2cf9 100644 --- a/.github/workflows/linter.yaml +++ b/.github/workflows/linter.yaml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-18.04 steps: - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: Lint Markdown and YAML files uses: docker://github/super-linter:v3.3.2 env: