Skip to content

Commit 60f6f5f

Browse files
authored
Merge branch 'main' into clipboard
2 parents b734d16 + 9ab5858 commit 60f6f5f

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/codeql-analysis.yml

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

3333
steps:
3434
- name: Checkout repository
35-
uses: actions/checkout@v7.0.0
35+
uses: actions/checkout@v7.0.1
3636
with:
3737
# We must fetch at least the immediate parents so that if this is
3838
# a pull request then we can checkout the head.

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Check out
20-
uses: actions/checkout@v7.0.0
20+
uses: actions/checkout@v7.0.1
2121
with:
2222
fetch-depth: 0 # Needed for setuptools_scm to work correctly
2323

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Check out
18-
uses: actions/checkout@v7.0.0
18+
uses: actions/checkout@v7.0.1
1919
with:
2020
fetch-depth: 0 # Needed for setuptools_scm to work correctly
2121

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
shell: bash
2222
steps:
2323
- name: Check out
24-
uses: actions/checkout@v7.0.0
24+
uses: actions/checkout@v7.0.1
2525
with:
2626
fetch-depth: 0 # Needed for setuptools_scm to work correctly
2727
- name: Install uv
2828
uses: astral-sh/setup-uv@v7
2929

3030
- name: Set up Python ${{ matrix.python-version }}
31-
uses: actions/setup-python@v6
31+
uses: actions/setup-python@v7
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434
allow-prereleases: true

.github/workflows/typecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
shell: bash
2323
steps:
2424
- name: Check out
25-
uses: actions/checkout@v7.0.0
25+
uses: actions/checkout@v7.0.1
2626
with:
2727
fetch-depth: 0 # Needed for setuptools_scm to work correctly
2828

0 commit comments

Comments
 (0)