Skip to content

Commit

Permalink
Merge pull request #53 from SGSSGene/dependabot/github_actions/iv-pro…
Browse files Browse the repository at this point in the history
…ject/IVaction-9.16

build(deps): bump iv-project/IVaction from 9.15 to 9.16
  • Loading branch information
SGSSGene authored Jun 24, 2024
2 parents b6f9846 + a6e83c6 commit 06cb141
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.15
uses: iv-project/IVaction@v9.16
with:
compiler: ${{ matrix.compiler }}
threads: 2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron_daily_check_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.15
uses: iv-project/IVaction@v9.16
with:
compiler: ${{ matrix.compiler }}
threads: 2
Expand Down

0 comments on commit 06cb141

Please sign in to comment.