File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,6 @@ self-hosted-runner:
33 labels :
44 # Not self hosted but actionlint still does not have a
55 # release out supporting it
6- - macos-13
7- - macos-14
6+ - macos-15
7+ - ubuntu-24.04
8+ - windows-2025
Original file line number Diff line number Diff line change 88 publish :
99 name : Publish Release
1010 environment : release
11- runs-on : ubuntu-latest
11+ runs-on : ubuntu-24.04
1212 permissions :
1313 id-token : write # IMPORTANT: this permission is mandatory for trusted publishing
1414 steps :
Original file line number Diff line number Diff line change 22minimum_pre_commit_version : 1.15.2
33repos :
44 - repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v4.4 .0
5+ rev : v5.0 .0
66 hooks :
77 - id : check-merge-conflict # Check for files that contain merge conflict strings.
88 - id : trailing-whitespace # Trims trailing whitespace.
2828 language : system
2929 # <---- Local Hooks ------------------------------------------------------------------------------------------------
3030
31- - repo : https://github.com/s0undt3ch /python-tools-scripts
32- rev : " 0.17.0 "
31+ - repo : https://github.com/saltstack /python-tools-scripts
32+ rev : " 0.20.5 "
3333 hooks :
3434 - id : tools
3535 alias : actionlint
You can’t perform that action at this time.
0 commit comments