-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/checkout from 4.1.7 to 4.2.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.7...v4.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
f87fffb
commit 309c7b3
Showing
4 changed files
with
13 additions
and
13 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
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 |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
- Testing-basic | ||
steps: | ||
- name: Checkout repository with submodules | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.0 | ||
with: | ||
submodules: recursive | ||
|
||
|
@@ -71,7 +71,7 @@ jobs: | |
- Testing-basic | ||
steps: | ||
- name: Checkout repository with submodules | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.0 | ||
with: | ||
submodules: recursive | ||
|
||
|
@@ -113,7 +113,7 @@ jobs: | |
# - Testing-basic-with-slurm | ||
steps: | ||
- name: Checkout repository with submodules | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.0 | ||
with: | ||
submodules: recursive | ||
|
||
|
@@ -155,7 +155,7 @@ jobs: | |
# - Testing-basic-with-slurm | ||
steps: | ||
- name: Checkout repository with submodules | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.0 | ||
with: | ||
submodules: recursive | ||
|
||
|
@@ -197,7 +197,7 @@ jobs: | |
# - Testing-basic-with-slurm | ||
steps: | ||
- name: Checkout repository with submodules | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.0 | ||
with: | ||
submodules: recursive | ||
|
||
|
@@ -233,7 +233,7 @@ jobs: | |
# - Testing-basic-with-slurm | ||
steps: | ||
- name: Checkout repository with submodules | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.0 | ||
with: | ||
submodules: recursive | ||
|
||
|
@@ -269,7 +269,7 @@ jobs: | |
# Testing_publishdir: | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - uses: actions/checkout@v4.1.7 | ||
# - uses: actions/checkout@v4.2.0 | ||
# - name: Testing data | ||
# uses: snakemake/[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