Skip to content

Commit db10ff0

Browse files
committed
Modernize github actions
1 parent 802d460 commit db10ff0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/java.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
maven-ubuntu20:
77
runs-on: ubuntu-20.04
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v4
1010
- run: sudo apt-get install protobuf-compiler
1111
- name: Set up JDK 1.8
1212
uses: actions/setup-java@v1
@@ -18,7 +18,7 @@ jobs:
1818
maven-ubuntu22:
1919
runs-on: ubuntu-22.04
2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v4
2222
- run: sudo apt-get install protobuf-compiler
2323
- name: Set up JDK 1.8
2424
uses: actions/setup-java@v1
@@ -30,7 +30,7 @@ jobs:
3030
ant-ubuntu20:
3131
runs-on: ubuntu-20.04
3232
steps:
33-
- uses: actions/checkout@v2
33+
- uses: actions/checkout@v4
3434
- run: sudo apt-get install protobuf-compiler libprotobuf-java
3535
- name: Set up JDK 1.8
3636
uses: actions/setup-java@v1
@@ -42,7 +42,7 @@ jobs:
4242
ant-ubuntu22:
4343
runs-on: ubuntu-22.04
4444
steps:
45-
- uses: actions/checkout@v2
45+
- uses: actions/checkout@v4
4646
- run: sudo apt-get install protobuf-compiler libprotobuf-java
4747
- name: Set up JDK 1.8
4848
uses: actions/setup-java@v1

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Note that this is a low-level library that does only part of the
1313
encoding/decoding needed for actually writing/reading an OSM PBF file. For
1414
something more complete see [libosmium](https://osmcode.org/libosmium/).
1515

16-
[![Github Actions C Build Status](https://github.com/openstreetmap/OSM-binary/workflows/C%20CI/badge.svg?branch=master)](https://github.com/openstreetmap/OSM-binary/actions)
17-
[![Github Actions Java Build Status](https://github.com/openstreetmap/OSM-binary/workflows/Java%20CI/badge.svg?branch=master)](https://github.com/openstreetmap/OSM-binary/actions)
16+
[![Github Actions C++ CI](https://github.com/openstreetmap/OSM-binary/actions/workflows/c.yml/badge.svg)](https://github.com/openstreetmap/OSM-binary/actions/workflows/c.yml)
17+
[![Github Actions Java CI](https://github.com/openstreetmap/OSM-binary/actions/workflows/java.yml/badge.svg)](https://github.com/openstreetmap/OSM-binary/actions/workflows/java.yml)
1818
[![Packaging status](https://repology.org/badge/tiny-repos/libosmpbf.svg)](https://repology.org/project/libosmpbf/versions)
1919

2020
## Java Version

0 commit comments

Comments
 (0)