From 223ac938ac2b140293a84ea012784a5656c2d672 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 11:59:19 +0000 Subject: [PATCH] chore: bump actions/checkout from 3.5.0 to 3.5.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.2. - [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/v3.5.0...v3.5.2) --- 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 | 6 +++--- .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0eaf8799..dc8d3ec5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: - windows-latest runs-on: ${{ matrix.platform }} steps: - - uses: actions/checkout@v3.5.0 + - uses: actions/checkout@v3.5.2 - uses: actions/setup-java@v3 with: @@ -54,7 +54,7 @@ jobs: steps: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.5.0 + uses: actions/checkout@v3.5.2 # Setup Java 11 environment for the next steps - name: Setup Java @@ -138,7 +138,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.5.0 + uses: actions/checkout@v3.5.2 # 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 ccc4073b..802f5f35 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.5.0 + uses: actions/checkout@v3.5.2 with: ref: ${{ github.event.release.tag_name }}