Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.7 to 4.2.0
Browse files Browse the repository at this point in the history
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
dependabot[bot] authored Sep 30, 2024
1 parent f87fffb commit 309c7b3
Show file tree
Hide file tree
Showing 4 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 @@ -28,7 +28,7 @@ jobs:
env:
IMAGE_NAME: ashleys-qc-pipeline
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0

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

- name: Formatting using Super-Linter
uses: github/super-linter@v4
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository without submodules
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: List contents of .tests-mock
run: |
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
# - Linting
steps:
- name: Checkout repository with submodules
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
submodules: recursive

Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
# - uses: koesterlab/setup-slurm-action@v1

# - name: Checkout repository with submodules and LFS
# uses: actions/checkout@v4.1.7
# uses: actions/checkout@v4.2.0
# with:
# submodules: recursive
# lfs: true
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/modules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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:
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 @@ -33,7 +33,7 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0

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

0 comments on commit 309c7b3

Please sign in to comment.