From fd32b07ac284a9e54938d3ef6e66ff95d0ac5e91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:44:43 +0000 Subject: [PATCH] Update actions/checkout action to v4.2.1 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99dbf4b..aaec997 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.1 with: fetch-depth: 0 - name: Validate Gradle wrapper @@ -34,7 +34,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.1 with: fetch-depth: 0 @@ -97,7 +97,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.1 with: fetch-depth: 0