Skip to content

Commit

Permalink
remove version
Browse files Browse the repository at this point in the history
  • Loading branch information
tdayris committed Jan 26, 2024
1 parent b27fa6b commit a1a744a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout with submodules
uses: actions/checkout@v4.1
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
Expand All @@ -26,7 +26,7 @@ jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1
- uses: actions/checkout@v4
- name: Linting
uses: snakemake/[email protected]
with:
Expand All @@ -41,7 +41,7 @@ jobs:
- formatting
steps:
- name: Checkout repository with submodules
uses: actions/checkout@v4.1
uses: actions/checkout@v4
with:
submodules: recursive
- name: Test workflow
Expand Down

0 comments on commit a1a744a

Please sign in to comment.