Skip to content

Commit f9a6f36

Browse files
Bump actions/checkout from 3 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 36eecd0 commit f9a6f36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
apt-get install -y git cmake build-essential clang llvm
4444
4545
- name: Checkout source
46-
uses: actions/checkout@v4.1.7
46+
uses: actions/checkout@v5
4747
with:
4848
fetch-depth: 0
4949
submodules: recursive
@@ -80,7 +80,7 @@ jobs:
8080
run: git config --global http.postBuffer 1048576000
8181

8282
- name: Checkout source
83-
uses: actions/checkout@v3
83+
uses: actions/checkout@v5
8484
with:
8585
submodules: recursive
8686
ssh-key: ${{ secrets.SSH_KEY }}
@@ -181,7 +181,7 @@ jobs:
181181
apt-get install -y libeigen3-dev libserialport-dev git cmake build-essential ${{ matrix.package }}
182182
183183
- name: Checkout source
184-
uses: actions/checkout@v4.1.7
184+
uses: actions/checkout@v5
185185
with:
186186
submodules: recursive
187187
ssh-key: ${{ secrets.SSH_KEY }}

0 commit comments

Comments
 (0)