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 8b44a45 + 1d8925f commit 2728d15Copy full SHA for 2728d15
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-20.04
21
22
steps:
23
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
24
- name: Set up Python
25
uses: actions/setup-python@v2
26
with:
.github/workflows/test.yml
@@ -54,7 +54,7 @@ jobs:
54
run: |
55
echo "PATH=$PWD/bin:$PATH" >> $GITHUB_ENV
56
57
58
# NOTE: actions/setup-python@v2 make use of a cache within the GitHub base
59
# environment and setup in a fraction of a second.
60
- name: Install Python ${{ matrix.python }}
0 commit comments