From b060537a9fb68f513bd41b24eeedc4ab0537a723 Mon Sep 17 00:00:00 2001 From: "tier4-autoware-private-bot[bot]" <87871706+tier4-autoware-private-bot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 16:33:26 +0900 Subject: [PATCH] chore: sync files (#807) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions --- .github/workflows/cancel-previous-workflows.yaml | 2 +- .pre-commit-config.yaml | 2 +- ansible-galaxy-requirements.yaml | 2 +- setup-dev-env.sh | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cancel-previous-workflows.yaml b/.github/workflows/cancel-previous-workflows.yaml index 1da4d24966de9..44983f7deadcb 100644 --- a/.github/workflows/cancel-previous-workflows.yaml +++ b/.github/workflows/cancel-previous-workflows.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cancel previous runs - uses: styfle/cancel-workflow-action@0.12.0 + uses: styfle/cancel-workflow-action@0.12.1 with: workflow_id: all all_but_latest: true diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b23ffc30ad5c6..45fc38bf941cd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: args: [-w, -s, -i=4] - repo: https://github.com/AleksaC/hadolint-py - rev: v2.12.0.3 + rev: v2.12.1-beta hooks: - id: hadolint diff --git a/ansible-galaxy-requirements.yaml b/ansible-galaxy-requirements.yaml index a35e760d8b2e2..804e00cd81f80 100644 --- a/ansible-galaxy-requirements.yaml +++ b/ansible-galaxy-requirements.yaml @@ -6,7 +6,7 @@ collections: - name: https://github.com/autowarefoundation/autoware.git#/ansible type: git - version: afc8764817e89d1ec54c67fabad48bcf68afbec5 + version: da80780fdb491e99f09d24d0a7fab6321d373065 # When you use your own customized ./src/ecu_system_setup, # comment out git settings, uncomment source settings and in autoware.repos diff --git a/setup-dev-env.sh b/setup-dev-env.sh index 26b13a4d9fd58..855a39f95d892 100755 --- a/setup-dev-env.sh +++ b/setup-dev-env.sh @@ -121,9 +121,9 @@ fi # Check installation of dev package if [ "$option_runtime" = "true" ]; then ansible_args+=("--extra-vars" "ros2_installation_type=ros-base") # ROS installation type, default "desktop" - ansible_args+=("--extra-vars" "install_devel=false") + ansible_args+=("--extra-vars" "install_devel=N") else - ansible_args+=("--extra-vars" "install_devel=true") + ansible_args+=("--extra-vars" "install_devel=y") fi # Check downloading artifacts