Skip to content

Commit

Permalink
Merge pull request #2500 from seqan/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
eseiler committed Sep 11, 2023
2 parents 5efe02f + 9a377af commit 3f4a120
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_icc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:

steps:
- name: Checkout SeqAn2
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: seqan
fetch-depth: 2

- name: Checkout SeqAn3
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: seqan/seqan3
ref: 39e696830bbdcde0e520c87811db3eb5e083d7c0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ jobs:

steps:
- name: Checkout SeqAn2
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: seqan
fetch-depth: 2

- name: Checkout SeqAn3
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: seqan/seqan3
ref: 39e696830bbdcde0e520c87811db3eb5e083d7c0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ jobs:

steps:
- name: Checkout SeqAn2
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: seqan
fetch-depth: 2

- name: Checkout SeqAn3
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: seqan/seqan3
ref: 39e696830bbdcde0e520c87811db3eb5e083d7c0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

steps:
- name: Checkout SeqAn2
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: seqan

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
if: github.repository_owner == 'seqan' || github.event_name == 'workflow_dispatch'
steps:
- name: Checkout SeqAn2
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get cached python environment
uses: actions/cache@v3
Expand Down

0 comments on commit 3f4a120

Please sign in to comment.