From cb4b7bd69e942d80dfa40192ddf3dc7fe4d35f22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 05:35:40 +0000 Subject: [PATCH] build(deps): bump iv-project/IVaction from 9.26 to 10.1 Bumps [iv-project/IVaction](https://github.com/iv-project/ivaction) from 9.26 to 10.1. - [Release notes](https://github.com/iv-project/ivaction/releases) - [Commits](https://github.com/iv-project/ivaction/compare/v9.26...v10.1) --- updated-dependencies: - dependency-name: iv-project/IVaction dependency-type: direct:production update-type: version-update:semver-major ... 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 6bc1fe5..33d98ca 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.26 + uses: iv-project/IVaction@v10.1 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 c4c7d5b..05f3d9d 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.26 + uses: iv-project/IVaction@v10.1 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 8f2e648..2b95d58 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.26 + uses: iv-project/IVaction@v10.1 with: compiler: ${{ matrix.compiler }} threads: 2 diff --git a/.github/workflows/cron_weekly.yml b/.github/workflows/cron_weekly.yml index 0334c8f..1cb62cb 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.26 + uses: iv-project/IVaction@v10.1 with: compiler: ${{ matrix.compiler }} threads: 2