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.
1 parent 3878225 commit be6ec4fCopy full SHA for be6ec4f
.github/workflows/docs.yaml
@@ -24,7 +24,7 @@ jobs:
24
runs-on: ubuntu-24.04
25
steps:
26
- uses: actions/checkout@v4.2.2
27
- - uses: actions/setup-python@v5.2.0
+ - uses: actions/setup-python@v5.3.0
28
with:
29
python-version: "3.12"
30
- name: Install uv
.github/workflows/tests.yaml
@@ -112,7 +112,7 @@ jobs:
112
113
114
- name: Set up Python ${{ matrix.python-version }}
115
- uses: actions/setup-python@v5.2.0
+ uses: actions/setup-python@v5.3.0
116
117
python-version: ${{ matrix.python-version }}
118
0 commit comments