Skip to content

Commit

Permalink
update checkout and setup-python actions versions (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
RemyLau authored Jan 20, 2023
1 parent be0f67b commit de8150e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v4

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: ['3.8']

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

- name: Check CUDA
run: nvcc -V
Expand Down

0 comments on commit de8150e

Please sign in to comment.