Skip to content

Commit 4ce6fd1

Browse files
committed
fix(pre-commit): update hooks versions
1 parent 381020f commit 4ce6fd1

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
@@ -31,9 +31,8 @@ on:
3131

3232
jobs:
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

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
@@ -60,7 +60,7 @@ repos:
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

0 commit comments

Comments
 (0)