Skip to content

Commit

Permalink
chore: update checkout@v4 to address actions/checkout#1450
Browse files Browse the repository at this point in the history
  • Loading branch information
matinnuhamunada committed Oct 19, 2023
1 parent 3dd31f8 commit f7458f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- workflow/envs/utilities.yaml
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up Micromamba
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
- name: Formatting
Expand All @@ -19,7 +19,7 @@ jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Linting
uses: snakemake/[email protected]
with:
Expand All @@ -35,7 +35,7 @@ jobs:
- formatting
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
- name: Dry-run workflow
Expand All @@ -51,7 +51,7 @@ jobs:
needs:
- dry-run
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.x
Expand Down

0 comments on commit f7458f0

Please sign in to comment.