File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 : |
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
You can’t perform that action at this time.
0 commit comments