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 ba3a073 commit b0c32a3Copy full SHA for b0c32a3
.github/workflows/lint-code.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Set up Python 3.9
29
uses: actions/setup-python@v5
30
with:
31
- python-version: 3.9
+ python-version: 3.13
32
- name: Install dependencies
33
run: |
34
python -m pip install --upgrade pip
.github/workflows/publish-document.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/setup-python@v5
19
name: Setup Python
20
21
- python-version: 3.12
22
- name: Set Cache ID
23
run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
24
- uses: actions/cache@v4
0 commit comments