From 32841f31813bea1588fe22d8f74b80e1d9f1298f Mon Sep 17 00:00:00 2001 From: Pascal Leclercq Date: Mon, 8 Apr 2024 00:33:01 +0200 Subject: [PATCH] chore: upgrade github actions versions --- .github/workflows/pmd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pmd.yml b/.github/workflows/pmd.yml index 173adae60..6eafe8c86 100644 --- a/.github/workflows/pmd.yml +++ b/.github/workflows/pmd.yml @@ -24,11 +24,11 @@ jobs: actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up JDK 11 - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: - java-version: '11' + java-version: '8' distribution: 'temurin' - name: Run PMD id: pmd