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 d2c6dce commit ddd2bccCopy full SHA for ddd2bcc
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
20
steps:
21
- name: "Checkout Repository"
22
- uses: actions/checkout@v1
+ uses: actions/checkout@v3
23
24
- name: "Install Python Libraries"
25
run: python -m pip install --user -r requirements.txt
0 commit comments