Skip to content

Commit cc0f0d3

Browse files
authored
Pcrumley/update actions (#1435)
# Description @swift-nav/algint-team actions/checkout@v4 fails on ubuntu 18:04 because of an old Node version, reverting to v2. Doing this instead of: #1434
1 parent 2f34e7a commit cc0f0d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
apt-get -qq update
4848
apt-get -qq install libeigen3-dev libserialport-dev git cmake build-essential ${{ matrix.compiler.package }}
4949
50-
- uses: actions/checkout@v4
50+
- uses: actions/checkout@v2
5151
with:
5252
submodules: recursive
5353
fetch-depth: 0

0 commit comments

Comments
 (0)