From a6e83c6d048f70ba286ea1e4433fff303bc68c5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 15:22:43 +0000 Subject: [PATCH] build(deps): bump iv-project/IVaction from 9.15 to 9.16 Bumps [iv-project/IVaction](https://github.com/iv-project/ivaction) from 9.15 to 9.16. - [Release notes](https://github.com/iv-project/ivaction/releases) - [Commits](https://github.com/iv-project/ivaction/compare/v9.15...v9.16) --- updated-dependencies: - dependency-name: iv-project/IVaction dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_on_pr.yml | 2 +- .github/workflows/cron_daily_check_tag.yml | 2 +- .github/workflows/cron_weekly.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_on_pr.yml b/.github/workflows/ci_on_pr.yml index d241cb13..9e4de75f 100644 --- a/.github/workflows/ci_on_pr.yml +++ b/.github/workflows/ci_on_pr.yml @@ -46,7 +46,7 @@ jobs: - {os: ubuntu-22.04, compiler: emscripten-cpp20-release, cmake_flags: "-DCMAKE_EXE_LINKER_FLAGS='-sALLOW_MEMORY_GROWTH=1 -sSTACK_SIZE=1000000'", cmake_cxx_flags: "-Wno-c++11-narrowing"} steps: - name: Standard IV-project testing - uses: iv-project/IVaction@v9.15 + uses: iv-project/IVaction@v9.16 with: compiler: ${{ matrix.compiler }} threads: 2 diff --git a/.github/workflows/cron_daily_check_tag.yml b/.github/workflows/cron_daily_check_tag.yml index 886d4e56..1e8de6c3 100644 --- a/.github/workflows/cron_daily_check_tag.yml +++ b/.github/workflows/cron_daily_check_tag.yml @@ -26,7 +26,7 @@ jobs: - {os: ubuntu-22.04, compiler: check_tag-open_issue} steps: - name: Standard IV-project testing - uses: iv-project/IVaction@v9.15 + uses: iv-project/IVaction@v9.16 with: compiler: ${{ matrix.compiler }} threads: 2 diff --git a/.github/workflows/cron_weekly.yml b/.github/workflows/cron_weekly.yml index 0c738a5b..feb53fa7 100644 --- a/.github/workflows/cron_weekly.yml +++ b/.github/workflows/cron_weekly.yml @@ -28,7 +28,7 @@ jobs: - {os: ubuntu-22.04, compiler: gcc14-cpp20-release-open_issue} steps: - name: Standard IV-project testing - uses: iv-project/IVaction@v9.15 + uses: iv-project/IVaction@v9.16 with: compiler: ${{ matrix.compiler }} threads: 2