From 18ae59e9a122c6bef2712efe5cd32fedbaac27f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 01:41:13 +0000 Subject: [PATCH] Bump actions/checkout from 2.3.3 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.3 to 3. - [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.3...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/combine.yml | 2 +- .github/workflows/generate-documentation.yml | 2 +- .github/workflows/linter.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/combine.yml b/.github/workflows/combine.yml index 938011e..5514c77 100644 --- a/.github/workflows/combine.yml +++ b/.github/workflows/combine.yml @@ -6,7 +6,7 @@ jobs: combine-prs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.3 + - uses: actions/checkout@v3 - uses: maadhattah/combine-dependabot-prs@main with: branchPrefix: "dependabot" diff --git a/.github/workflows/generate-documentation.yml b/.github/workflows/generate-documentation.yml index 1f28199..c37bb52 100644 --- a/.github/workflows/generate-documentation.yml +++ b/.github/workflows/generate-documentation.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Github Action genshdoc id: action-genshdoc uses: vargiuscuola/genshdoc@master diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 0149ccb..3c8160d 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -39,7 +39,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0