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 360bee8 commit dbb489aCopy full SHA for dbb489a
.github/workflows/build.yml
@@ -138,7 +138,7 @@ jobs:
138
py_cmd: python
139
steps:
140
- name: Install Python
141
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
142
with:
143
python-version: ${{ matrix.python }}
144
architecture: 'x64'
.github/workflows/buildutils.yml
@@ -72,7 +72,7 @@ jobs:
72
uses: actions/checkout@v4
73
74
75
76
77
python-version: '3.9'
78
0 commit comments