Skip to content

Commit 51a33d4

Browse files
author
cube
committed
migrate to latest github actions
1 parent 0945594 commit 51a33d4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/Build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Install GitVersion
27-
uses: gittools/actions/gitversion/setup@v0
27+
uses: gittools/actions/gitversion/setup@v4.3.3
2828
with:
29-
versionSpec: '5.x'
29+
versionSpec: '6.6.x'
3030

3131
- name: Set up JDK 21
32-
uses: actions/setup-java@v4
32+
uses: actions/setup-java@v5
3333
with:
3434
java-version: '21'
3535
distribution: 'adopt'
3636

3737
- name: Determine Version
3838
id: gitversion
39-
uses: gittools/actions/gitversion/execute@v0
39+
uses: gittools/actions/gitversion/execute@v4.3.3
4040

4141
- name: Build with Maven
4242
run: |
@@ -50,7 +50,7 @@ jobs:
5050
pwd
5151
find
5252
53-
- uses: actions/upload-artifact@v4
53+
- uses: actions/upload-artifact@v7
5454
with:
5555
name: OoliteAddonScanner
5656
path: target/OoliteAddonScanner-${{ env.GitVersion_SemVer }}-executable.zip

0 commit comments

Comments
 (0)