File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1313 build :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v6
1717 - name : Set up Python
18- uses : actions/setup-python@v2
18+ uses : actions/setup-python@v6
1919 with :
2020 python-version : 3.8
2121 - name : Install system requirements
Original file line number Diff line number Diff line change 88 if : github.repository == 'tensorflow/graphics' # prevents action from running on forks
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v2
11+ - uses : actions/checkout@v6
1212 - name : Set up Python
13- uses : actions/setup-python@v2
13+ uses : actions/setup-python@v6
1414 with :
1515 python-version : 3.8
1616 - name : Install system dependencies
Original file line number Diff line number Diff line change 1212 if : github.repository == 'tensorflow/graphics' # prevents action from running on forks
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v6
1616 - name : Set up Python
17- uses : actions/setup-python@v2
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : 3.8
2020 - name : Install system dependencies
Original file line number Diff line number Diff line change 88 if : github.repository == 'tensorflow/graphics' # prevents action from running on forks
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v2
11+ - uses : actions/checkout@v6
1212 - name : Set up Python
13- uses : actions/setup-python@v2
13+ uses : actions/setup-python@v6
1414 with :
1515 python-version : 3.8
1616 - name : Install system dependencies
You can’t perform that action at this time.
0 commit comments