Skip to content

Commit

Permalink
build(deps): bump iv-project/IVaction from 9.26 to 10.2
Browse files Browse the repository at this point in the history
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](iv-project/IVaction@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent c6d5552 commit 794ee1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 794ee1b

Please sign in to comment.