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 afeb408 + cdabfbe commit fc1e269Copy full SHA for fc1e269
1 file changed
.github/workflows/push.yml
@@ -8,9 +8,9 @@ jobs:
8
matrix:
9
python-version: [2.7, 3.7]
10
steps:
11
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
12
- name: Set up Python ${{ matrix.python-version }}
13
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v4
14
with:
15
python-version: ${{ matrix.python-version }}
16
- name: Install dependencies
0 commit comments