From b5baececa2dc3fa3e9f63cb12eae8aca644a07a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:09:17 +0000 Subject: [PATCH] renovatebot(deps): update actions/checkout action to v4 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 95e1cea9c..2cc883286 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: runs-on: ${{ matrix.os }} needs: cancel-previous-runs steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # - name: Setup tmate session # uses: mxschmitt/action-tmate@v3 - name: Set up JDK @@ -73,7 +73,7 @@ jobs: needs: [build] if: ${{ github.event_name == 'push' }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up JDK uses: actions/setup-java@v3 with: