From 88acc98a5ff769b3036fa2042d374602541d99d5 Mon Sep 17 00:00:00 2001 From: Besmir Beqiri Date: Mon, 6 May 2024 16:26:41 +0200 Subject: [PATCH] Update `checkout` and `setup-java` actions in the `main.yml` workflow --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c69362d..1fcb6fe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,9 +16,9 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Java ${{ matrix.jdk }} - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: 'temurin' java-version: ${{ matrix.jdk }}