Skip to content

Commit 2ed404c

Browse files
authored
Merge pull request #10 from seqan/dependabot/github_actions/iv-project/IVaction-9.24
build(deps): bump iv-project/IVaction from 9.22 to 9.24
2 parents 0464f27 + 7362e55 commit 2ed404c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: .github/workflows/ci_on_pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Standard IV-project testing
38-
uses: iv-project/IVaction@v9.22
38+
uses: iv-project/IVaction@v9.24
3939
with:
4040
compiler: ${{ matrix.compiler }}
4141
threads: 2

Diff for: .github/workflows/cron_daily_check_tag.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- {os: ubuntu-22.04, compiler: check_tag-open_issue}
2727
steps:
2828
- name: Standard IV-project testing
29-
uses: iv-project/IVaction@v9.22
29+
uses: iv-project/IVaction@v9.24
3030
with:
3131
compiler: ${{ matrix.compiler }}
3232
threads: 2

Diff for: .github/workflows/cron_daily_cpm_version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- {os: ubuntu-22.04, compiler: cpm_update_version}
2727
steps:
2828
- name: Standard IV-project testing
29-
uses: iv-project/IVaction@v9.22
29+
uses: iv-project/IVaction@v9.24
3030
with:
3131
compiler: ${{ matrix.compiler }}
3232
threads: 2

Diff for: .github/workflows/cron_weekly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- {os: ubuntu-22.04, compiler: gcc14-cpp20-release-open_issue}
2727
steps:
2828
- name: Standard IV-project testing
29-
uses: iv-project/IVaction@v9.22
29+
uses: iv-project/IVaction@v9.24
3030
with:
3131
compiler: ${{ matrix.compiler }}
3232
threads: 2

0 commit comments

Comments
 (0)