Update deps, test fixes, and fix github actions deprecation warnings. (#745)

This commit is contained in:
modmuss50
2022-10-29 16:57:06 +01:00
committed by GitHub
parent a3c64d5301
commit c46abf8ac4
19 changed files with 64 additions and 56 deletions

View File

@@ -11,7 +11,7 @@ jobs:
image: openjdk:17-jdk
options: --user root
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- uses: gradle/wrapper-validation-action@v1
# Generate the build number based on tags to allow per branch build numbers, not something github provides by default.