File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-22.04
21
21
steps :
22
22
- name : Checkout repository
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
with :
25
25
submodules : true
26
26
- name : Install dependencies
Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-22.04
24
24
steps :
25
25
- name : Checkout repository
26
- uses : actions/checkout@v3
26
+ uses : actions/checkout@v4
27
27
with :
28
28
submodules : true
29
29
- name : Install dependencies
@@ -32,13 +32,13 @@ jobs:
32
32
sudo apt-get install libasio-dev libglpk-dev
33
33
- name : Cache OSRM
34
34
id : cache
35
- uses : actions/cache@v3
35
+ uses : actions/cache@v4
36
36
with :
37
37
path : ${{ github.workspace }}/osrm-backend
38
38
key : osrm-${{ env.osrm-tag }}-${{ matrix.cxx }}
39
39
- name : Checkout OSRM repository
40
40
if : steps.cache.outputs.cache-hit != 'true'
41
- uses : actions/checkout@v3
41
+ uses : actions/checkout@v4
42
42
with :
43
43
repository : Project-OSRM/osrm-backend
44
44
ref : ${{ env.osrm-tag }}
Original file line number Diff line number Diff line change 6
6
7
7
### Changed
8
8
9
+ #### CI
10
+
11
+ - Update GitHub Actions (#1094 )
12
+
9
13
### Fixed
10
14
11
15
## [ v1.14.0] - 2024-01-16
You can’t perform that action at this time.
0 commit comments