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 5cf57e8 commit a06940fCopy full SHA for a06940f
.github/workflows/validation.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/[email protected]
25
26
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
27
- uses: actions/setup-python@v4.7.1
+ uses: actions/setup-python@v5.0.0
28
with:
29
python-version: ${{ env.DEFAULT_PYTHON }}
30
@@ -59,7 +59,7 @@ jobs:
59
- name: Check out code from GitHub
60
61
- name: Setup Python ${{ env.DEFAULT_PYTHON }}
62
63
64
65
- name: Install requirements
0 commit comments