We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d20eff + decee57 commit d7d9fd4Copy full SHA for d7d9fd4
1 file changed
.github/workflows/main.yaml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@v2.4.0
20
- name: Setup Python
21
- uses: actions/setup-python@v2.3.0
+ uses: actions/setup-python@v2.3.1
22
with:
23
python-version: ${{ matrix.python-version }}
24
architecture: x64
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
55
56
57
0 commit comments