Skip to content

Commit 336aaf3

Browse files
authored
Merge pull request #563 from stack-of-tasks/dependabot/github_actions/devel/actions/checkout-4
build(deps): bump actions/checkout from 3 to 4
2 parents 2f97564 + cf220bb commit 336aaf3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/jrl-cmakemodules.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: Check configuration with git submodules
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v4
3232
with:
3333
submodules: true
3434
- run: sudo apt install libboost-all-dev libeigen3-dev python3-numpy python3-scipy
@@ -39,7 +39,7 @@ jobs:
3939
name: Check configuration without git submodules
4040
runs-on: ubuntu-latest
4141
steps:
42-
- uses: actions/checkout@v3
42+
- uses: actions/checkout@v4
4343
with:
4444
submodules: false
4545
path: eigenpy

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python: [3]
3333
ubuntu: [22, 24]
3434
steps:
35-
- uses: actions/checkout@v3
35+
- uses: actions/checkout@v4
3636
with:
3737
submodules: 'true'
3838
- run: |

.github/workflows/reloc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
CMAKE_CXX_COMPILER_LAUNCHER: ccache
3333

3434
steps:
35-
- uses: actions/checkout@v3
35+
- uses: actions/checkout@v4
3636
with:
3737
submodules: recursive
3838

0 commit comments

Comments
 (0)