From 02d67a3fe5b21f714d221e9c61b20c3953fa4f03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 00:14:49 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 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...v4) --- 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..fc41d7d 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@v4 - 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@v4 - 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..183fda9 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@v4 - name: Lint Markdown and YAML files uses: docker://github/super-linter:v3.3.2 env: