Skip to content

Commit 8a694d0

Browse files
authored
Merge pull request #15 from seqan/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents d62f0ce + b5218a6 commit 8a694d0

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci_license_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
if: github.repository_owner == 'seqan' || github.event_name == 'workflow_dispatch'
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727

2828
- name: REUSE Compliance Check
2929
uses: fsfe/reuse-action@v6

.github/workflows/ci_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
image: ghcr.io/seqan/${{ matrix.compiler }}
4242
steps:
4343
- name: Checkout
44-
uses: actions/checkout@v5
44+
uses: actions/checkout@v6
4545

4646
- name: Configure tests
4747
run: |

.github/workflows/ci_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
cpp: 26
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343

4444
- name: Setup compiler
4545
uses: seqan/actions/setup-compiler@main

.github/workflows/ci_readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: github.repository_owner == 'seqan' || github.event_name == 'workflow_dispatch'
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333
with:
3434
token: ${{ secrets.SEQAN_ACTIONS_PAT }}
3535

.github/workflows/ci_win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: ilammy/msvc-dev-cmd@v1
3636

3737
- name: Checkout
38-
uses: actions/checkout@v5
38+
uses: actions/checkout@v6
3939

4040
- name: Configure tests
4141
run: |

0 commit comments

Comments
 (0)