From 4422b994c748c08847d52361aaa01657fcf56b88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:07:54 +0000 Subject: [PATCH] build(deps): bump iv-project/IVaction from 9.22 to 9.24 Bumps [iv-project/IVaction](https://github.com/iv-project/ivaction) from 9.22 to 9.24. - [Release notes](https://github.com/iv-project/ivaction/releases) - [Commits](https://github.com/iv-project/ivaction/compare/v9.22...v9.24) --- 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.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 290a9cbd..565c11ee 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.22 + uses: iv-project/IVaction@v9.24 with: compiler: ${{ matrix.compiler }} threads: 2 diff --git a/.github/workflows/cron_daily.yml b/.github/workflows/cron_daily.yml index a04b2748..46e31e95 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.22 + uses: iv-project/IVaction@v9.24 with: compiler: ${{ matrix.compiler }} threads: 2 diff --git a/.github/workflows/cron_weekly.yml b/.github/workflows/cron_weekly.yml index a29a62fe..0a5b68cf 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.22 + uses: iv-project/IVaction@v9.24 with: compiler: ${{ matrix.compiler }} threads: 2