-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
6bd8434
commit 95746fc
Showing
5 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
# Checking out the repository which is to be actioned | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v4 | ||
# Implementing action on repository | ||
- uses: VinnyBabuManjaly/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
Formatting: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v4 | ||
- name: Formatting | ||
uses: github/[email protected] | ||
env: | ||
|
@@ -39,7 +39,7 @@ jobs: | |
env: | ||
GISAID_API_TOKEN: ${{ secrets.GISAID_API_TOKEN }} | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v4 | ||
- name: Lint workflow | ||
uses: snakemake/[email protected] | ||
with: | ||
|
@@ -55,7 +55,7 @@ jobs: | |
# runs-on: ubuntu-latest | ||
# if: github.ref != 'refs/heads/master' | ||
# steps: | ||
# - uses: actions/checkout@v2 | ||
# - uses: actions/checkout@v4 | ||
# - uses: actions/setup-python@v4 | ||
# - uses: pre-commit/[email protected] | ||
|
||
|
@@ -75,7 +75,7 @@ jobs: | |
technology: [all, illumina, ion] | ||
seq_method: [shotgun, amplicon] | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v4 | ||
|
||
# android - will release about 10 GB if you don't need Android | ||
# dotnet - will release about 20 GB if you don't need .NET | ||
|
@@ -189,7 +189,7 @@ jobs: | |
] | ||
# generate_test_cases, | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v4 | ||
|
||
# - name: Cache conda dependencies | ||
# uses: actions/cache@v2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters