Skip to content

Commit

Permalink
Update checkout action for nv-human-eval workflow (deepspeedai#5757)
Browse files Browse the repository at this point in the history
Update workflows that can be updated to use node20/checkout@v4.
  • Loading branch information
loadams authored and amaurya committed Jul 10, 2024
1 parent c5216ce commit 83abc05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nv-human-eval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
options: --gpus all --shm-size "8G"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Check container state
run: |
Expand Down

0 comments on commit 83abc05

Please sign in to comment.