|
12 | 12 |
|
13 | 13 | steps: |
14 | 14 | - name: Checkout |
15 | | - uses: actions/checkout@v2 |
| 15 | + uses: actions/checkout@v4 |
16 | 16 |
|
17 | 17 | - name: Bump version |
18 | 18 | run: >- |
|
48 | 48 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
49 | 49 |
|
50 | 50 | - name: Set up Python 3.9 |
51 | | - uses: actions/setup-python@v2 |
| 51 | + uses: actions/setup-python@v5 |
52 | 52 | with: |
53 | | - python-version: 3.9 |
| 53 | + python-version: "3.9" |
54 | 54 |
|
55 | 55 | - name: Install pypa/build |
56 | 56 | run: >- |
@@ -79,14 +79,14 @@ jobs: |
79 | 79 | # needs: release_create |
80 | 80 | # steps: |
81 | 81 | # - name: Checkout |
82 | | - # uses: actions/checkout@v3 |
| 82 | + # uses: actions/checkout@v4 |
83 | 83 | # with: |
84 | 84 | # ref: ${{ needs.release_create.outputs.new_sha }} |
85 | 85 |
|
86 | 86 | # - name: Set up Python 3.9 |
87 | | - # uses: actions/setup-python@v2 |
| 87 | + # uses: actions/setup-python@v5 |
88 | 88 | # with: |
89 | | - # python-version: 3.9 |
| 89 | + # python-version: "3.9" |
90 | 90 |
|
91 | 91 | # - name: Setup code signing |
92 | 92 | # env: |
@@ -125,14 +125,14 @@ jobs: |
125 | 125 | needs: release_create |
126 | 126 | steps: |
127 | 127 | - name: Checkout |
128 | | - uses: actions/checkout@v3 |
| 128 | + uses: actions/checkout@v4 |
129 | 129 | with: |
130 | 130 | ref: ${{ needs.release_create.outputs.new_sha }} |
131 | 131 |
|
132 | 132 | - name: Set up Python 3.9 |
133 | | - uses: actions/setup-python@v2 |
| 133 | + uses: actions/setup-python@v5 |
134 | 134 | with: |
135 | | - python-version: 3.9 |
| 135 | + python-version: "3.9" |
136 | 136 |
|
137 | 137 | - name: Build |
138 | 138 | run: | |
@@ -166,14 +166,14 @@ jobs: |
166 | 166 | needs: release_create |
167 | 167 | steps: |
168 | 168 | - name: Checkout |
169 | | - uses: actions/checkout@v3 |
| 169 | + uses: actions/checkout@v4 |
170 | 170 | with: |
171 | 171 | ref: ${{ needs.release_create.outputs.new_sha }} |
172 | 172 |
|
173 | 173 | - name: Set up Python 3.9 |
174 | | - uses: actions/setup-python@v2 |
| 174 | + uses: actions/setup-python@v5 |
175 | 175 | with: |
176 | | - python-version: 3.9 |
| 176 | + python-version: "3.9" |
177 | 177 |
|
178 | 178 | - name: Build |
179 | 179 | run: | |
|
0 commit comments