Skip to content

Commit

Permalink
actions/checkout v3
Browse files Browse the repository at this point in the history
  • Loading branch information
lskatz committed May 29, 2024
1 parent c4acbfa commit 2eee816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ jobs:
echo
cat $GITHUB_PATH
- name: checkout my repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: SneakerNet
- name: checkout CG-Pipeline
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: lskatz/CG-Pipeline
path: CG-Pipeline
Expand Down

0 comments on commit 2eee816

Please sign in to comment.