|
13 | 13 | lint:
|
14 | 14 | runs-on: ubuntu-latest
|
15 | 15 | steps:
|
16 |
| - - uses: actions/checkout@v3 |
| 16 | + - uses: actions/checkout@v4 |
17 | 17 | - run: pipx install poetry
|
18 |
| - - uses: actions/setup-python@v4 |
| 18 | + - uses: actions/setup-python@v5 |
19 | 19 | with:
|
20 | 20 | python-version: "3.10"
|
21 | 21 | cache: poetry
|
|
35 | 35 | - os: windows-latest
|
36 | 36 | python: "3.10"
|
37 | 37 | steps:
|
38 |
| - - uses: actions/checkout@v3 |
| 38 | + - uses: actions/checkout@v4 |
39 | 39 | - run: pipx install poetry
|
40 |
| - - uses: actions/setup-python@v4 |
| 40 | + - uses: actions/setup-python@v5 |
41 | 41 | with:
|
42 | 42 | python-version: ${{ matrix.python }}
|
43 | 43 | cache: poetry
|
|
52 | 52 | os: [ubuntu-latest]
|
53 | 53 | python: ["3.9", "3.10", "3.11", "3.12"]
|
54 | 54 | steps:
|
55 |
| - - uses: actions/checkout@v3 |
| 55 | + - uses: actions/checkout@v4 |
56 | 56 | - run: pipx install poetry
|
57 |
| - - uses: actions/setup-python@v4 |
| 57 | + - uses: actions/setup-python@v5 |
58 | 58 | with:
|
59 | 59 | python-version: ${{ matrix.python }}
|
60 | 60 | cache: poetry
|
@@ -87,12 +87,12 @@ jobs:
|
87 | 87 | if: github.ref == 'refs/heads/main'
|
88 | 88 | steps:
|
89 | 89 | - name: Checkout
|
90 |
| - uses: actions/checkout@v3 |
| 90 | + uses: actions/checkout@v4 |
91 | 91 | with:
|
92 | 92 | fetch-depth: 0
|
93 | 93 | token: ${{ secrets.NIO_BOT_TOKEN }}
|
94 | 94 | - run: pipx install poetry
|
95 |
| - - uses: actions/setup-python@v4 |
| 95 | + - uses: actions/setup-python@v5 |
96 | 96 | with:
|
97 | 97 | python-version: "3.10"
|
98 | 98 | cache: poetry
|
|
0 commit comments