From bdabdc638975790ae3bf7df3d33eeb579e7fea8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 02:26:47 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4.1.1 to 4.1.4 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.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/v4.1.1...v4.1.4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 81cc0b4..86a3fe1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.4 # Validate wrapper - name: Gradle Wrapper Validation @@ -124,7 +124,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.4 # 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 85f7cf7..170de39 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.4 with: ref: ${{ github.event.release.tag_name }}