##// END OF EJS Templates
Upgrade GitHub Actions
Christian Clauss -
Show More
@@ -14,18 +14,14 b' jobs:'
14 14
15 15 runs-on: ubuntu-latest
16 16 timeout-minutes: 5
17 strategy:
18 matrix:
19 python-version: [3.8]
20
21 17 steps:
22 - uses: actions/checkout@v2
18 - uses: actions/checkout@v3
23 19 with:
24 20 fetch-depth: 0
25 - name: Set up Python ${{ matrix.python-version }}
26 uses: actions/setup-python@v2
21 - name: Set up Python
22 uses: actions/setup-python@v4
27 23 with:
28 python-version: ${{ matrix.python-version }}
24 python-version: 3.x
29 25 - name: Install dependencies
30 26 run: |
31 27 python -m pip install --upgrade pip
General Comments 0
You need to be logged in to leave comments. Login now