Modernize github actions
This commit is contained in:
parent
802d4603b2
commit
db10ff0949
|
|
@ -6,7 +6,7 @@ jobs:
|
|||
maven-ubuntu20:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- run: sudo apt-get install protobuf-compiler
|
||||
- name: Set up JDK 1.8
|
||||
uses: actions/setup-java@v1
|
||||
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
maven-ubuntu22:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- run: sudo apt-get install protobuf-compiler
|
||||
- name: Set up JDK 1.8
|
||||
uses: actions/setup-java@v1
|
||||
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
ant-ubuntu20:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- run: sudo apt-get install protobuf-compiler libprotobuf-java
|
||||
- name: Set up JDK 1.8
|
||||
uses: actions/setup-java@v1
|
||||
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
ant-ubuntu22:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- run: sudo apt-get install protobuf-compiler libprotobuf-java
|
||||
- name: Set up JDK 1.8
|
||||
uses: actions/setup-java@v1
|
||||
|
|
|
|||
|
|
@ -13,8 +13,8 @@ Note that this is a low-level library that does only part of the
|
|||
encoding/decoding needed for actually writing/reading an OSM PBF file. For
|
||||
something more complete see [libosmium](https://osmcode.org/libosmium/).
|
||||
|
||||
[](https://github.com/openstreetmap/OSM-binary/actions)
|
||||
[](https://github.com/openstreetmap/OSM-binary/actions)
|
||||
[](https://github.com/openstreetmap/OSM-binary/actions/workflows/c.yml)
|
||||
[](https://github.com/openstreetmap/OSM-binary/actions/workflows/java.yml)
|
||||
[](https://repology.org/project/libosmpbf/versions)
|
||||
|
||||
## Java Version
|
||||
|
|
|
|||
Loading…
Reference in New Issue