Skip to content

Commit 9078cbe

Browse files
authored
Merge pull request #20 from tekktrik/dev/update-hooks-actions
Update Actions and pre-commit hook versions to latest
2 parents 8720bf2 + 712e9d4 commit 9078cbe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Set up Python 3.x (Latest)
14-
uses: actions/setup-python@v5
14+
uses: actions/setup-python@v6
1515
with:
1616
python-version: "3.x"
1717
- name: Checkout current repo
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919
with:
2020
submodules: true
2121
- name: Install pre-commit

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
repos:
66
- repo: https://github.com/python/black
7-
rev: 25.1.0
7+
rev: 26.1.0
88
hooks:
99
- id: black
1010
- repo: https://github.com/fsfe/reuse-tool
11-
rev: v3.0.2
11+
rev: v6.2.0
1212
hooks:
1313
- id: reuse
1414
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)