Skip to content

Commit 7842a61

Browse files
authored
Merge pull request #13 from seqan/dependabot/github_actions/iv-project/IVaction-9.26
build(deps): bump iv-project/IVaction from 9.24 to 9.26
2 parents 71e8ac2 + 2949987 commit 7842a61

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.24
38+
uses: iv-project/IVaction@v9.26
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.24
29+
uses: iv-project/IVaction@v9.26
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.24
29+
uses: iv-project/IVaction@v9.26
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.24
29+
uses: iv-project/IVaction@v9.26
3030
with:
3131
compiler: ${{ matrix.compiler }}
3232
threads: 2

0 commit comments

Comments
 (0)