|
16 | 16 | python-version: ["3.12"] |
17 | 17 | os: [ubuntu-latest] |
18 | 18 | steps: |
19 | | - - uses: actions/checkout@v5 |
| 19 | + - uses: actions/checkout@v6 |
20 | 20 | - name: Set up Python ${{ matrix.python-version }} |
21 | 21 | uses: actions/setup-python@v6 |
22 | 22 | with: |
|
33 | 33 | runs-on: ubuntu-latest |
34 | 34 | steps: |
35 | 35 | - name: Check out Git repository |
36 | | - uses: actions/checkout@v5 |
| 36 | + uses: actions/checkout@v6 |
37 | 37 | with: |
38 | 38 | fetch-depth: 0 |
39 | 39 | - name: Set up Python ${{ matrix.python-version }} |
|
63 | 63 | concurrency: build-n-publish-json-schemas |
64 | 64 | steps: |
65 | 65 | - name: Check out Git repository |
66 | | - uses: actions/checkout@v5 |
| 66 | + uses: actions/checkout@v6 |
67 | 67 | - name: Set up Python ${{ matrix.python-version }} |
68 | 68 | uses: actions/setup-python@v6 |
69 | 69 | with: |
@@ -113,7 +113,7 @@ jobs: |
113 | 113 | needs: [tests, check_version_tag] |
114 | 114 | concurrency: build-n-publish-docs |
115 | 115 | steps: |
116 | | - - uses: actions/checkout@v5 |
| 116 | + - uses: actions/checkout@v6 |
117 | 117 | with: |
118 | 118 | fetch-depth: 0 # otherwise, you will fail to push refs to dest repo |
119 | 119 | - name: Set up Python |
@@ -183,7 +183,7 @@ jobs: |
183 | 183 | needs: [tests, json_schemas, docs] |
184 | 184 | concurrency: build-n-publish-distributions |
185 | 185 | steps: |
186 | | - - uses: actions/checkout@v5 |
| 186 | + - uses: actions/checkout@v6 |
187 | 187 | - name: Set up Python |
188 | 188 | uses: actions/setup-python@v6 |
189 | 189 | with: |
|
0 commit comments