Skip to content

Commit 5a4d93a

Browse files
committed
Merge branch 'ci/update-actions'
2 parents 176f57a + 4ce9505 commit 5a4d93a

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/workflows/vroom.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-22.04
2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
with:
2525
submodules: true
2626
- name: Install dependencies

.github/workflows/vroom_libosrm.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-22.04
2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727
with:
2828
submodules: true
2929
- name: Install dependencies
@@ -32,13 +32,13 @@ jobs:
3232
sudo apt-get install libasio-dev libglpk-dev
3333
- name: Cache OSRM
3434
id: cache
35-
uses: actions/cache@v3
35+
uses: actions/cache@v4
3636
with:
3737
path: ${{ github.workspace }}/osrm-backend
3838
key: osrm-${{ env.osrm-tag }}-${{ matrix.cxx }}
3939
- name: Checkout OSRM repository
4040
if: steps.cache.outputs.cache-hit != 'true'
41-
uses: actions/checkout@v3
41+
uses: actions/checkout@v4
4242
with:
4343
repository: Project-OSRM/osrm-backend
4444
ref: ${{ env.osrm-tag }}

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
### Changed
88

9+
#### CI
10+
11+
- Update GitHub Actions (#1094)
12+
913
### Fixed
1014

1115
## [v1.14.0] - 2024-01-16

0 commit comments

Comments
 (0)