|
6 | 6 | py39: |
7 | 7 | runs-on: ubuntu-latest |
8 | 8 | steps: |
9 | | - - uses: actions/checkout@v3 |
| 9 | + - uses: actions/checkout@v5 |
10 | 10 | - name: Update existing dependencies |
11 | 11 | run: sudo apt-get update -y |
12 | 12 | - name: Setup Python |
|
20 | 20 | black: |
21 | 21 | runs-on: ubuntu-latest |
22 | 22 | steps: |
23 | | - - uses: actions/checkout@v3 |
| 23 | + - uses: actions/checkout@v5 |
24 | 24 | - name: Update existing dependencies |
25 | 25 | run: sudo apt-get update -y |
26 | 26 | - name: Setup Python |
|
34 | 34 | flake8: |
35 | 35 | runs-on: ubuntu-latest |
36 | 36 | steps: |
37 | | - - uses: actions/checkout@v3 |
| 37 | + - uses: actions/checkout@v5 |
38 | 38 | - name: Update existing dependencies |
39 | 39 | run: sudo apt-get update -y |
40 | 40 | - name: Setup Python |
|
48 | 48 | docs: |
49 | 49 | runs-on: ubuntu-latest |
50 | 50 | steps: |
51 | | - - uses: actions/checkout@v3 |
| 51 | + - uses: actions/checkout@v5 |
52 | 52 | - name: Update existing dependencies |
53 | 53 | run: sudo apt-get update -y |
54 | 54 | - name: Setup Python |
|
62 | 62 | mypy: |
63 | 63 | runs-on: ubuntu-latest |
64 | 64 | steps: |
65 | | - - uses: actions/checkout@v4 |
| 65 | + - uses: actions/checkout@v5 |
66 | 66 | - name: Update existing dependencies |
67 | 67 | run: sudo apt-get update -y |
68 | 68 | - name: Install system dependencies |
|
78 | 78 | coverage: |
79 | 79 | runs-on: ubuntu-latest |
80 | 80 | steps: |
81 | | - - uses: actions/checkout@v3 |
| 81 | + - uses: actions/checkout@v5 |
82 | 82 | - name: Update existing dependencies |
83 | 83 | run: sudo apt-get update -y |
84 | 84 | - name: Setup Python |
|
99 | 99 | bandit: |
100 | 100 | runs-on: ubuntu-latest |
101 | 101 | steps: |
102 | | - - uses: actions/checkout@v3 |
| 102 | + - uses: actions/checkout@v5 |
103 | 103 | - name: Update existing dependencies |
104 | 104 | run: sudo apt-get update -y |
105 | 105 | - name: Setup Python |
|
0 commit comments