Skip to content

Commit

Permalink
Merge pull request #1323 from nf-core/update-actions-checkout-to-v4
Browse files Browse the repository at this point in the history
Update actions/checkout to v4
  • Loading branch information
drpatelh authored Jun 19, 2024
2 parents 73fde4c + 439ac99 commit 139f6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
outputs:
nf_test_files: ${{ steps.list.outputs.components }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit 139f6c6

Please sign in to comment.