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 1edf460 commit 934e322Copy full SHA for 934e322
.github/workflows/ci.yml
@@ -1,4 +1,4 @@
1
-name: CI
+name: C4
2
3
on: [push]
4
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v1
12
- name: Set up Python 3.7
13
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
14
with:
15
python-version: 3.7
16
- name: Install dependencies
.github/workflows/pythonpublish.yml
@@ -8,9 +8,9 @@ jobs:
8
deploy:
9
runs-on: ubuntu-latest
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v4
- name: Set up Python
python-version: '3.x'
0 commit comments