From 93195bd5f546b42c49f32c651435f5521ee61683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:04:44 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 2.3.4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [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...v2.3.4) 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..80bc5d6 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@v2.3.4 - 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@v2.3.4 - 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..a0957ad 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@v2.3.4 - name: Lint Markdown and YAML files uses: docker://github/super-linter:v3.3.2 env: