From 794ee1bf306523c24eb441e96dbaa5420fc60a1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 15:48:17 +0000 Subject: [PATCH] build(deps): bump iv-project/IVaction from 9.26 to 10.2 Bumps [iv-project/IVaction](https://github.com/iv-project/ivaction) from 9.26 to 10.2. - [Release notes](https://github.com/iv-project/ivaction/releases) - [Commits](https://github.com/iv-project/ivaction/compare/v9.26...v10.2) --- updated-dependencies: - dependency-name: iv-project/IVaction dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_on_pr.yml | 2 +- .github/workflows/cron_daily.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 0d365e6b..1fd34716 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.26 + uses: iv-project/IVaction@v10.2 with: compiler: ${{ matrix.compiler }} threads: 2 diff --git a/.github/workflows/cron_daily.yml b/.github/workflows/cron_daily.yml index becb5be1..4b15952e 100644 --- a/.github/workflows/cron_daily.yml +++ b/.github/workflows/cron_daily.yml @@ -27,7 +27,7 @@ jobs: - {os: ubuntu-22.04, compiler: check_tag-open_issue} steps: - name: Standard IV-project testing - uses: iv-project/IVaction@v9.26 + uses: iv-project/IVaction@v10.2 with: compiler: ${{ matrix.compiler }} threads: 2 diff --git a/.github/workflows/cron_weekly.yml b/.github/workflows/cron_weekly.yml index 6a7a3056..443a8201 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.26 + uses: iv-project/IVaction@v10.2 with: compiler: ${{ matrix.compiler }} threads: 2