From 610464327d6b0b1e71f2eae9a8b8ed95f54606da Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Sat, 3 Aug 2024 17:03:26 +0200 Subject: [PATCH] build: update GitHub actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab18840..2eb7f36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,11 +13,11 @@ jobs: analysis: true steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up Java - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: java-version: ${{ matrix.jdk }} distribution: 'temurin'