We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fe0b41 commit b9c6b0dCopy full SHA for b9c6b0d
.github/workflows/update-readme.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Set up Python
33
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
34
with:
35
- python-version: "3.12"
+ python-version: "3.13"
36
cache: "pip"
37
38
- name: Install dependencies
.github/workflows/update.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
22
23
- python-version: "3.12" # Need python version for cache
+ python-version: "3.13" # Need python version for cache
24
cache: "pip" # caching pip dependencies
25
26
- name: Cache GraphQL API IDs
0 commit comments