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.
2 parents ae9236b + 0284020 commit cbef88aCopy full SHA for cbef88a
.github/workflows/publish.yaml
@@ -27,7 +27,7 @@ jobs:
27
runs-on: ubuntu-20.04
28
steps:
29
- uses: actions/checkout@v3
30
- - uses: actions/setup-python@v3
+ - uses: actions/setup-python@v4
31
with:
32
python-version: "3.9"
33
.github/workflows/test.yaml
@@ -49,9 +49,9 @@ jobs:
49
# chartpress requires the full history
50
fetch-depth: 0
51
52
- # NOTE: actions/setup-python@v3 make use of a cache within the GitHub base
+ # NOTE: actions/setup-python@v4 make use of a cache within the GitHub base
53
# environment and setup in a fraction of a second.
54
55
56
python-version: "${{ matrix.python }}"
57
0 commit comments