Update deps

This commit is contained in:
modmuss50 2021-11-11 10:54:33 +00:00
parent 2fc6856826
commit f5c3b85773
8 changed files with 16 additions and 31 deletions

View file

@ -4,7 +4,7 @@ jobs:
build:
runs-on: ubuntu-20.04
container:
image: adoptopenjdk:16-jdk
image: eclipse-temurin:17-jdk
options: --user root
steps:
- uses: actions/checkout@v2

View file

@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-20.04
container:
image: adoptopenjdk:16-jdk
image: eclipse-temurin:17-jdk
options: --user root
steps:
- run: apt update && apt install git -y