Skip to content

Commit

Permalink
chore: upgrade github actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalleclercq committed Apr 7, 2024
1 parent 197f758 commit 32841f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 32841f3

Please sign in to comment.