Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
update actions to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ATpoint authored Dec 21, 2022
1 parent be8f6c4 commit 9941b18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: INSTALL-NEXTFLOW
run: |
Expand All @@ -43,4 +43,4 @@ jobs:
if (( $(git status -s | grep -c 'misc/') > 0 )); then
git commit -am "update software version and command line reports"
git push -f
fi
fi

0 comments on commit 9941b18

Please sign in to comment.