Update deps
This commit is contained in:
parent
2fc6856826
commit
f5c3b85773
8 changed files with 16 additions and 31 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue