Skip to content

Commit 8dc9ac9

Browse files
Fix CI warnings (#187)
1 parent a3a2086 commit 8dc9ac9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
mamba-version: "*"
4343
channels: conda-forge,defaults
4444
channel-priority: true
45-
environment: wearables
45+
activate-environment: wearables
4646
python-version: 3.8
4747

4848
# Print the environment variables to simplify development and debugging
@@ -78,7 +78,7 @@ jobs:
7878
- name: Cache Source-based dependencies [Ubuntu/macOS]
7979
if: steps.cache-source-deps.outputs.cache-hit != 'true' && (contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macOS'))
8080
id: cache-source-deps
81-
uses: actions/cache@v1
81+
uses: actions/cache@v3
8282
with:
8383
path: ${{ github.workspace }}/install/deps
8484
# Including ${{ runner.temp }} is a workaround for https://github.com/robotology/whole-body-estimators/issues/60

0 commit comments

Comments
 (0)