We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05d00e2 + 41176ad commit d9cb0f0Copy full SHA for d9cb0f0
2 files changed
.github/dependabot.yml
@@ -0,0 +1,10 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: github-actions
4
+ directory: /
5
+ schedule:
6
+ interval: weekly
7
+ groups:
8
+ github-actions:
9
+ patterns:
10
+ - "*"
.github/workflows/deploy.yaml
@@ -17,7 +17,7 @@ jobs:
17
id-token: write
18
pull-requests: write
19
steps:
20
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
21
- name: Setup uv
22
uses: astral-sh/setup-uv@v6
23
with:
@@ -27,7 +27,7 @@ jobs:
27
- name: Run pytest
28
run: uv run pytest --cov=git_hooks --cov-report=xml:coverage.xml --durations=10
29
- name: Get Cover
30
- uses: orgoro/coverage@v3.2
+ uses: orgoro/coverage@v3.3.1
31
if: ${{ github.event_name == 'pull_request' }}
32
33
coverageFile: coverage.xml
0 commit comments