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 4599318 commit 2572853Copy full SHA for 2572853
.github/workflows/check.yml
@@ -52,7 +52,7 @@ jobs:
52
fetch-depth: 5
53
54
- name: Set up Python 3
55
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
56
with:
57
python-version: ${{ inputs.version }}
58
cache: pip
@@ -118,7 +118,7 @@ jobs:
118
119
120
121
122
123
124
.github/workflows/sync.yml
@@ -49,7 +49,7 @@ jobs:
49
ref: ${{ env.PYDOC_VERSION }}
50
path: ${{ env.LANGUAGE_DIR }}
51
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
allow-prereleases: true
0 commit comments