From fc4ce6f112cb31308af5ff51a19c3563e61df5e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 08:16:36 +0200 Subject: [PATCH] build(deps): bump actions/checkout from 2 to 2.3.4 (#405) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/code-samples.yml | 4 ++-- .github/workflows/docs.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/code-samples.yml b/.github/workflows/code-samples.yml index 2250d063e..4a1c022ac 100644 --- a/.github/workflows/code-samples.yml +++ b/.github/workflows/code-samples.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Fetch Sources - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.4 - name: Gradle Wrapper Validation uses: gradle/wrapper-validation-action@v1.0.3 @@ -47,7 +47,7 @@ jobs: image: gradle:jdk8 steps: - name: Fetch Sources - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.4 - name: Setup Cache uses: actions/cache@v2.1.5 with: diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 839fff4b2..4be8c3703 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Fetch Sources - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.4 - name: Get Plugin Verifier Version id: get-version run: |