Skip to content

Commit

Permalink
downgrade a few
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed May 19, 2024
1 parent b1dea39 commit c58b5ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Remove old folder with repository
run: sudo rm -rf $GITHUB_WORKSPACE
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v1
with:
fetch-depth: 5
submodules: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/r_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
run: |
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
fetch-depth: 5
submodules: true
Expand Down

0 comments on commit c58b5ab

Please sign in to comment.