Skip to content

Commit 4d8ad72

Browse files
committed
ci: update to latest actions
1 parent 9f0bf41 commit 4d8ad72

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/jrl-cmakemodules.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: Check configuration with git submodules
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v3
1010
with:
1111
submodules: true
1212
- run: sudo apt install libboost-all-dev libeigen3-dev python3-numpy
@@ -17,7 +17,7 @@ jobs:
1717
name: Check configuration without git submodules
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121
with:
2222
submodules: false
2323
- run: sudo apt install libboost-all-dev libeigen3-dev python3-numpy

.github/workflows/macos-linux-conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
os: macos-latest
2727

2828
steps:
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v3
3030
with:
3131
submodules: recursive
3232

@@ -37,7 +37,7 @@ jobs:
3737
environment-file: .github/workflows/conda/environment.yml
3838
python-version: '3.10'
3939

40-
- uses: actions/cache@v2
40+
- uses: actions/cache@v3
4141
with:
4242
path: ${{ env.CCACHE_DIR }}
4343
key: ccache-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.cxx_options }}

.github/workflows/windows-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
os: [windows-latest]
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
- name: Checkout submodules
1414
run: |
1515
git submodule update --init

0 commit comments

Comments
 (0)