Skip to content

Commit 779e7c1

Browse files
Update and fix pre-commit failures
1 parent 35305b7 commit 779e7c1

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/actionlint.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
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:

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
minimum_pre_commit_version: 1.15.2
33
repos:
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.
@@ -28,8 +28,8 @@ repos:
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

0 commit comments

Comments
 (0)