Skip to content

Commit 0709728

Browse files
committed
chore: trigger workflows
1 parent d54723b commit 0709728

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pip==23.0.1
1+
pip==25.1.1

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check out the repository
14-
uses: actions/checkout@v4.1.7
14+
uses: actions/checkout@v4.2.2
1515

1616
- name: Run Labeler
1717
uses: crazy-max/ghaction-github-labeler@v4.0.0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out the repository
15-
uses: actions/checkout@v4.1.7
15+
uses: actions/checkout@v4.2.2
1616
with:
1717
fetch-depth: 2
1818

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Check out the repository
26-
uses: actions/checkout@v4.1.7
26+
uses: actions/checkout@v4.2.2
2727

2828
- name: Install uv
2929
uses: astral-sh/setup-uv@v5

0 commit comments

Comments
 (0)