We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26ffc9a + af53f36 commit 946a080Copy full SHA for 946a080
1 file changed
.github/workflows/blockapi-ci.yml
@@ -72,10 +72,10 @@ jobs:
72
with:
73
fetch-depth: 0
74
75
- - name: Set up Python 3.9
+ - name: Set up Python 3.12.11
76
uses: actions/setup-python@v4
77
78
- python-version: '3.9'
+ python-version: '3.12.11'
79
80
- name: Install dependencies
81
run: |
@@ -123,10 +123,10 @@ jobs:
123
VER=$(git tag --points-at HEAD)
124
[ -z "$VER" ] && grep -q "__version__ = \"${VER/v}\"" setup.py || true
125
126
127
128
129
130
131
- name: Restore cache
132
uses: actions/cache@v3
0 commit comments