From ce993365506226f6504fac092fd55512ce84db8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 14:07:59 +0100 Subject: [PATCH] Bump actions/checkout from 2.3.5 to 2.4.0 (#39) Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.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.3.5...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 8 ++++---- .github/workflows/release.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7bb672e..95294b0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v2.3.5 + uses: actions/checkout@v2.4.0 # Validate wrapper - name: Gradle Wrapper Validation @@ -32,7 +32,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v2.3.5 + uses: actions/checkout@v2.4.0 # Setup Java 11 environment for the next steps - name: Setup Java @@ -85,7 +85,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v2.3.5 + uses: actions/checkout@v2.4.0 # Setup Java 11 environment for the next steps - name: Setup Java @@ -133,7 +133,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v2.3.5 + uses: actions/checkout@v2.4.0 # Remove old release drafts by using the curl request for the available releases with draft flag - name: Remove Old Release Drafts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c90a03e..a5254dd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v2.3.5 + uses: actions/checkout@v2.4.0 with: ref: ${{ github.event.release.tag_name }}