Skip to content

Commit

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

build(deps): bump iv-project/IVaction from 9.22 to 9.24
  • Loading branch information
SGSSGene authored Nov 25, 2024
2 parents 0464f27 + 7362e55 commit 2ed404c
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.22
uses: iv-project/IVaction@v9.24
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.22
uses: iv-project/IVaction@v9.24
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.22
uses: iv-project/IVaction@v9.24
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.22
uses: iv-project/IVaction@v9.24
with:
compiler: ${{ matrix.compiler }}
threads: 2
Expand Down

0 comments on commit 2ed404c

Please sign in to comment.