Update GHA actions to latest versions.

This commit is contained in:
Oliver Drotbohm
2024-05-19 12:01:37 +02:00
parent eac913fb79
commit ccbc801765

View File

@@ -15,12 +15,12 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
fetch-depth: 5 fetch-depth: 5
- name: Set up JDK 17 - name: Set up JDK 17
uses: actions/setup-java@v3 uses: actions/setup-java@v4
with: with:
java-version: '17' java-version: '17'
distribution: 'temurin' distribution: 'temurin'