From 4ea81acef32892b1576369d24f74edfc4c59644f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 02:06:09 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6.1.0 --- .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 ec92633..c7f030e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.1.0 # Validate wrapper - name: Gradle Wrapper Validation @@ -123,7 +123,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.1.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 23dfd71..7f7a7d4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.1.0 with: ref: ${{ github.event.release.tag_name }}