Skip to content

Commit 816f5d4

Browse files
committed
chore(deps): update all dependencies
1 parent 5163c1c commit 816f5d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/compliance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
python: ['3.13']
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515
- name: Setup Python
1616
uses: actions/setup-python@v6
1717
with:
@@ -32,7 +32,7 @@ jobs:
3232
python: ['3.13']
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v5
35+
uses: actions/checkout@v6
3636
- name: Setup Python
3737
uses: actions/setup-python@v6
3838
with:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pytest==8.4.2
1+
pytest==9.0.1

0 commit comments

Comments
 (0)