Skip to content

Commit

Permalink
Merge pull request #51 from friendsofstrandseq/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/checkout-4.1.7

Bump actions/checkout from 3.2.0 to 4.1.7
  • Loading branch information
weber8thomas authored Jun 26, 2024
2 parents 2392449 + 009a5b2 commit da54e53
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
env:
IMAGE_NAME: ashleys-qc-pipeline
steps:
- uses: actions/checkout@v3.2.0
- uses: actions/checkout@v4.1.7

- name: Run read-yaml action
id: yaml-data
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/main_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v4.1.7

- name: Formatting using Super-Linter
uses: github/super-linter@v4
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository with submodules
uses: actions/checkout@v4
uses: actions/checkout@v4.1.7
with:
submodules: 'recursive' # Ensures all submodules are checked out
lfs: true # Ensures LFS objects for the main repo are pulled
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
# - Linting
steps:
- name: Checkout repository with submodules and LFS
uses: actions/checkout@v4
uses: actions/checkout@v4.1.7
with:
submodules: recursive
lfs: true
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
# - uses: koesterlab/setup-slurm-action@v1

# - name: Checkout repository with submodules and LFS
# uses: actions/checkout@v4
# uses: actions/checkout@v4.1.7
# with:
# submodules: recursive
# lfs: true
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
- Testing-basic
steps:
- name: Checkout repository with submodules and LFS
uses: actions/checkout@v4
uses: actions/checkout@v4.1.7
with:
submodules: recursive
lfs: true
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
- Testing-basic
steps:
- name: Checkout repository with submodules and LFS
uses: actions/checkout@v4
uses: actions/checkout@v4.1.7
with:
submodules: recursive
lfs: true
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:
# - Testing-basic-with-slurm
steps:
- name: Checkout repository with submodules and LFS
uses: actions/checkout@v4
uses: actions/checkout@v4.1.7
with:
submodules: recursive
lfs: true
Expand Down Expand Up @@ -301,7 +301,7 @@ jobs:
# - Testing-basic-with-slurm
steps:
- name: Checkout repository with submodules and LFS
uses: actions/checkout@v4
uses: actions/checkout@v4.1.7
with:
submodules: recursive
lfs: true
Expand Down Expand Up @@ -341,7 +341,7 @@ jobs:
# - Testing-basic-with-slurm
steps:
- name: Checkout repository with submodules and LFS
uses: actions/checkout@v4
uses: actions/checkout@v4.1.7
with:
submodules: recursive
lfs: true
Expand Down Expand Up @@ -381,7 +381,7 @@ jobs:
# - Testing-basic-with-slurm
steps:
- name: Checkout repository with submodules and LFS
uses: actions/checkout@v4
uses: actions/checkout@v4.1.7
with:
submodules: recursive
lfs: true
Expand Down Expand Up @@ -416,7 +416,7 @@ jobs:
# Testing_publishdir:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: actions/checkout@v4.1.7
# - name: Testing data
# uses: snakemake/[email protected]
# with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v4.1.7

- name: Run read-yaml action
id: yaml-data
Expand Down

0 comments on commit da54e53

Please sign in to comment.