From 29499874b9e8a208c1f5d48c3ca6c77749e4232c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 05:17:56 +0000 Subject: [PATCH] build(deps): bump iv-project/IVaction from 9.24 to 9.26 Bumps [iv-project/IVaction](https://github.com/iv-project/ivaction) from 9.24 to 9.26. - [Release notes](https://github.com/iv-project/ivaction/releases) - [Commits](https://github.com/iv-project/ivaction/compare/v9.24...v9.26) --- 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_check_tag.yml | 2 +- .github/workflows/cron_daily_cpm_version.yml | 2 +- .github/workflows/cron_weekly.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_on_pr.yml b/.github/workflows/ci_on_pr.yml index 305420a..6bc1fe5 100644 --- a/.github/workflows/ci_on_pr.yml +++ b/.github/workflows/ci_on_pr.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Standard IV-project testing - uses: iv-project/IVaction@v9.24 + uses: iv-project/IVaction@v9.26 with: compiler: ${{ matrix.compiler }} threads: 2 diff --git a/.github/workflows/cron_daily_check_tag.yml b/.github/workflows/cron_daily_check_tag.yml index ad07e7f..c4c7d5b 100644 --- a/.github/workflows/cron_daily_check_tag.yml +++ b/.github/workflows/cron_daily_check_tag.yml @@ -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.24 + uses: iv-project/IVaction@v9.26 with: compiler: ${{ matrix.compiler }} threads: 2 diff --git a/.github/workflows/cron_daily_cpm_version.yml b/.github/workflows/cron_daily_cpm_version.yml index 80482be..8f2e648 100644 --- a/.github/workflows/cron_daily_cpm_version.yml +++ b/.github/workflows/cron_daily_cpm_version.yml @@ -26,7 +26,7 @@ jobs: - {os: ubuntu-22.04, compiler: cpm_update_version} steps: - name: Standard IV-project testing - uses: iv-project/IVaction@v9.24 + uses: iv-project/IVaction@v9.26 with: compiler: ${{ matrix.compiler }} threads: 2 diff --git a/.github/workflows/cron_weekly.yml b/.github/workflows/cron_weekly.yml index b0e6afd..0334c8f 100644 --- a/.github/workflows/cron_weekly.yml +++ b/.github/workflows/cron_weekly.yml @@ -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@v9.24 + uses: iv-project/IVaction@v9.26 with: compiler: ${{ matrix.compiler }} threads: 2