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.
1 parent dd08e01 commit 5d8c988Copy full SHA for 5d8c988
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
os: [ubuntu-latest, windows-latest, macos-latest]
17
18
steps:
19
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
20
21
- name: Describe Tag & Branch Name
22
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/20')
@@ -59,7 +59,7 @@ jobs:
59
name: Build source distribution
60
runs-on: ubuntu-latest
61
62
63
64
- uses: actions/setup-python@v2
65
name: Install Python
0 commit comments