From 86bdd594c473e9e4014df786abc8fb97a49d8278 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 16:07:12 +0000 Subject: [PATCH] Update actions/checkout action to v3.5.3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2df3203..6870ae3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: matrix: java: [ '1.8', '11', '17' ] steps: - - uses: actions/checkout@v3.5.2 + - uses: actions/checkout@v3.5.3 with: fetch-depth: 100 - name: Fetch tags