We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb25c91 commit 251b1fdCopy full SHA for 251b1fd
.github/workflows/ci.yml
@@ -71,7 +71,7 @@ jobs:
71
- uses: actions/checkout@v3
72
73
- name: Setup Python
74
- uses: actions/setup-python@v4.0.0
+ uses: actions/setup-python@v4.1.0
75
with:
76
python-version: 3.8
77
.github/workflows/style.yml
@@ -27,7 +27,7 @@ jobs:
27
- uses: actions/checkout@v2
28
29
30
- uses: actions/setup-python@v2.1.4
31
32
33
0 commit comments