|
18 | 18 | runs-on: ubuntu-latest |
19 | 19 | name: Build main TTFs |
20 | 20 | steps: |
21 | | - - uses: actions/checkout@v4 |
| 21 | + - uses: actions/checkout@v6 |
22 | 22 | - name: Set up latest harfbuzz |
23 | 23 | uses: notofonts/install-harfbuzz-action@main |
24 | 24 | - name: Set up Python |
|
55 | 55 | runs-on: ubuntu-latest |
56 | 56 | needs: build-all |
57 | 57 | steps: |
58 | | - - uses: actions/checkout@v4 |
| 58 | + - uses: actions/checkout@v6 |
59 | 59 | - name: Download font build zip |
60 | 60 | uses: actions/download-artifact@v4 |
61 | 61 | with: |
|
91 | 91 | runs-on: ubuntu-latest |
92 | 92 | needs: build-all |
93 | 93 | steps: |
94 | | - - uses: actions/checkout@v4 |
| 94 | + - uses: actions/checkout@v6 |
95 | 95 | - name: Download font build zip |
96 | 96 | uses: actions/download-artifact@v4 |
97 | 97 | with: |
@@ -125,7 +125,7 @@ jobs: |
125 | 125 | runs-on: ubuntu-latest |
126 | 126 | needs: build-all |
127 | 127 | steps: |
128 | | - - uses: actions/checkout@v4 |
| 128 | + - uses: actions/checkout@v6 |
129 | 129 | - name: Download font build zip |
130 | 130 | uses: actions/download-artifact@v4 |
131 | 131 | with: |
@@ -166,7 +166,7 @@ jobs: |
166 | 166 | - proof |
167 | 167 | - regression |
168 | 168 | steps: |
169 | | - - uses: actions/checkout@v4 |
| 169 | + - uses: actions/checkout@v6 |
170 | 170 | - name: Download font zip |
171 | 171 | uses: actions/download-artifact@v4 |
172 | 172 | with: |
@@ -249,7 +249,7 @@ jobs: |
249 | 249 | config_file: ${{ steps.check_tag.outputs.config_file }} |
250 | 250 | family: ${{ steps.check_tag.outputs.family }} |
251 | 251 | steps: |
252 | | - - uses: actions/checkout@v4 |
| 252 | + - uses: actions/checkout@v6 |
253 | 253 | - name: Set up Python |
254 | 254 | uses: actions/setup-python@v5 |
255 | 255 | with: |
@@ -328,13 +328,13 @@ jobs: |
328 | 328 | echo "::error file=sources/config.yaml,title=USER_GITHUB_TOKEN was not set in repository secrets::Generate a personal access token with a repo scope by visiting https://github.com/settings/tokens/new and add it to an environment secret called USER_GITHUB_TOKEN in an environment called 'googlefonts' by going to $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/settings/secrets/actions"; |
329 | 329 | exit 1 |
330 | 330 | fi |
331 | | - - uses: actions/checkout@v4 |
| 331 | + - uses: actions/checkout@v6 |
332 | 332 | - name: Set up Python |
333 | 333 | uses: actions/setup-python@v5 |
334 | 334 | with: |
335 | 335 | python-version: "3.11" |
336 | 336 | - run: pip3 install 'git+https://github.com/googlefonts/gftools#egg=gftools' |
337 | | - - uses: actions/checkout@v4 |
| 337 | + - uses: actions/checkout@v6 |
338 | 338 | name: Check out Google Fonts repository |
339 | 339 | with: |
340 | 340 | fetch-depth: 0 |
|
0 commit comments