Skip to content

Commit e0f4b6d

Browse files
committed
chore: bump version to v0.8.3
1 parent 3b4fee3 commit e0f4b6d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/e2e.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Large Codebase Functional Test
1+
name: End-to-End Test
22

33
on:
44
push:
@@ -22,17 +22,16 @@ on:
2222

2323
jobs:
2424
test:
25-
name: Test cpp-linter-hooks
2625
runs-on: ubuntu-latest
2726

2827
steps:
29-
- name: Checkout cpp-linter-hooks
28+
- name: Checkout
3029
uses: actions/checkout@v4
3130

32-
- name: Set up Python 3.11
31+
- name: Set up Python 3.13
3332
uses: actions/setup-python@v4
3433
with:
35-
python-version: '3.11'
34+
python-version: '3.13'
3635

3736
- name: Install dependencies
3837
run: |
@@ -50,7 +49,7 @@ jobs:
5049
cat > .pre-commit-config.yaml << 'EOF'
5150
repos:
5251
- repo: https://github.com/cpp-linter/cpp-linter-hooks
53-
rev: v0.8.1
52+
rev: v0.8.3
5453
hooks:
5554
- id: clang-format
5655
args: [--style=${{ github.event.inputs.style || 'Google' }}, --version=${{ github.event.inputs.clang_version || '20' }}]

0 commit comments

Comments
 (0)