From 0e7984698b14a37ac8e0583b5b48e0357886d95a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 05:35:47 +0000 Subject: [PATCH] build(deps): bump iv-project/IVaction from 10.1 to 10.3 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](https://github.com/iv-project/ivaction/compare/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] --- .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 33d98ca..7cb4565 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@v10.1 + uses: iv-project/IVaction@v10.3 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 05f3d9d..fc7758e 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@v10.1 + uses: iv-project/IVaction@v10.3 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 2b95d58..9044149 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@v10.1 + uses: iv-project/IVaction@v10.3 with: compiler: ${{ matrix.compiler }} threads: 2 diff --git a/.github/workflows/cron_weekly.yml b/.github/workflows/cron_weekly.yml index 1cb62cb..5960080 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@v10.1 + uses: iv-project/IVaction@v10.3 with: compiler: ${{ matrix.compiler }} threads: 2