Skip to content

Commit 44a799f

Browse files
authored
Merge pull request #15 from seqan/dependabot/github_actions/iv-project/IVaction-10.3
build(deps): bump iv-project/IVaction from 10.1 to 10.3
2 parents d4aa4b4 + 0e79846 commit 44a799f

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

0 commit comments

Comments
 (0)