Skip to content

Commit

Permalink
build(deps): bump iv-project/IVaction from 10.1 to 10.3
Browse files Browse the repository at this point in the history
Bumps [iv-project/IVaction](https://github.com/iv-project/ivaction) from 10.1 to 10.3.
- [Release notes](https://github.com/iv-project/ivaction/releases)
- [Commits](iv-project/IVaction@v10.1...v10.3)

---
updated-dependencies:
- dependency-name: iv-project/IVaction
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent d4aa4b4 commit 0e79846
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 @@ -35,7 +35,7 @@ jobs:

steps:
- name: Standard IV-project testing
uses: iv-project/IVaction@v10.1
uses: iv-project/IVaction@v10.3
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@v10.1
uses: iv-project/IVaction@v10.3
with:
compiler: ${{ matrix.compiler }}
threads: 2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron_daily_cpm_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- {os: ubuntu-22.04, compiler: cpm_update_version}
steps:
- name: Standard IV-project testing
uses: iv-project/IVaction@v10.1
uses: iv-project/IVaction@v10.3
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 @@ -26,7 +26,7 @@ jobs:
- {os: ubuntu-22.04, compiler: gcc14-cpp20-release-open_issue}
steps:
- name: Standard IV-project testing
uses: iv-project/IVaction@v10.1
uses: iv-project/IVaction@v10.3
with:
compiler: ${{ matrix.compiler }}
threads: 2
Expand Down

0 comments on commit 0e79846

Please sign in to comment.