Skip to content

Commit

Permalink
Merge pull request #14 from seqan/dependabot/github_actions/iv-projec…
Browse files Browse the repository at this point in the history
…t/IVaction-10.1

build(deps): bump iv-project/IVaction from 9.26 to 10.1
  • Loading branch information
SGSSGene authored Jan 20, 2025
2 parents 7842a61 + cb4b7bd commit d4aa4b4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron_daily_check_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron_daily_cpm_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4aa4b4

Please sign in to comment.