From 7362e55fa660e3cab40e57185de9de0763d1de88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 06:07:22 +0000 Subject: [PATCH] build(deps): bump iv-project/IVaction from 9.22 to 9.24 Bumps [iv-project/IVaction](https://github.com/iv-project/ivaction) from 9.22 to 9.24. - [Release notes](https://github.com/iv-project/ivaction/releases) - [Commits](https://github.com/iv-project/ivaction/compare/v9.22...v9.24) --- 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 102d947..305420a 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.22 + uses: iv-project/IVaction@v9.24 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 734f0b8..ad07e7f 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.22 + uses: iv-project/IVaction@v9.24 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 bc352d9..80482be 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.22 + uses: iv-project/IVaction@v9.24 with: compiler: ${{ matrix.compiler }} threads: 2 diff --git a/.github/workflows/cron_weekly.yml b/.github/workflows/cron_weekly.yml index 40a0094..b0e6afd 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.22 + uses: iv-project/IVaction@v9.24 with: compiler: ${{ matrix.compiler }} threads: 2