We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 459deb3 commit 56020eeCopy full SHA for 56020ee
.github/workflows/deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- uses: actions/checkout@v4
26
27
- - uses: actions/setup-python@v2
+ - uses: actions/setup-python@v5
28
name: Install Python
29
with:
30
python-version: ${{ matrix.python }}
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
66
67
.github/workflows/tox.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
- name: Setup Python
15
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
16
17
18
- name: Install Tox and any other packages
0 commit comments