From 6785adabd542d7f769ca9f5bbc39fd00f063d125 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Nov 2021 08:12:22 +0100 Subject: [PATCH] Bump actions/checkout from 2.3.5 to 2.4.0 (#200) 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 | 4 ++-- .github/workflows/release.yml | 2 +- .github/workflows/run-ui-tests.yml | 2 +- .github/workflows/template-cleanup.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ec1eef9..e37bdf2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,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 @@ -140,7 +140,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 37af904..7896918 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,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 }} diff --git a/.github/workflows/run-ui-tests.yml b/.github/workflows/run-ui-tests.yml index 7328a62..3108cf1 100644 --- a/.github/workflows/run-ui-tests.yml +++ b/.github/workflows/run-ui-tests.yml @@ -33,7 +33,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 diff --git a/.github/workflows/template-cleanup.yml b/.github/workflows/template-cleanup.yml index 8be7fba..804ce81 100644 --- a/.github/workflows/template-cleanup.yml +++ b/.github/workflows/template-cleanup.yml @@ -19,7 +19,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v2.3.5 + uses: actions/checkout@v2.4.0 # Cleanup project - name: Cleanup