Skip to content

Commit 7b4dd81

Browse files
authored
Merge pull request #39 from LyraPhase/ci-update-pre-commit
CI: update pre commit
2 parents d3dc812 + c077fd8 commit 7b4dd81

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ matrix.os }}
2020
strategy:
2121
matrix:
22-
os: [macos-13, macos-14, macos-15]
22+
os: [macos-14, macos-15, macos-26]
2323
steps:
2424
# Now handled by Homebrew/actions/setup-homebrew
2525
# See: https://github.com/Homebrew/actions/blob/master/setup-homebrew/main.sh#L207-L242

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
pre-commit:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v2
20-
- uses: actions/setup-python@v2
21-
- uses: pre-commit/action@v2.0.3
19+
- uses: actions/checkout@v6.0.2
20+
- uses: actions/setup-python@v6.2.0
21+
- uses: pre-commit/action@v3.0.1

0 commit comments

Comments
 (0)