File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Copyright 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+ # Copyright 2023-2025 , NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22#
33# Redistribution and use in source and binary forms, with or without
44# modification, are permitted provided that the following conditions
3131
3232jobs :
3333 pre-commit :
34- runs-on : ubuntu-22.04
34+ runs-on : ubuntu-latest
3535 steps :
36- - uses : actions/checkout@v3
37- - uses : actions/setup-python@v3
38- - uses : pre-commit/action@v3.0.0
39-
36+ - uses : actions/checkout@v5.0.0
37+ - uses : actions/setup-python@v6.0.0
38+ - uses : pre-commit/action@v3.0.1
Original file line number Diff line number Diff line change 1- # Copyright 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+ # Copyright 2023-2025 , NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22#
33# Redistribution and use in source and binary forms, with or without
44# modification, are permitted provided that the following conditions
6060# More details about these pre-commit hooks here:
6161# https://pre-commit.com/hooks.html
6262- repo : https://github.com/pre-commit/pre-commit-hooks
63- rev : v4.4 .0
63+ rev : v6.0 .0
6464 hooks :
6565 - id : check-case-conflict
6666 - id : check-executables-have-shebangs
You can’t perform that action at this time.
0 commit comments