Skip to content

Commit 5f2704a

Browse files
Update actions/checkout action to v6
1 parent 39cc80d commit 5f2704a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
name: Build main TTFs
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v6
2222
- name: Set up latest harfbuzz
2323
uses: notofonts/install-harfbuzz-action@main
2424
- name: Set up Python
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ubuntu-latest
5656
needs: build-all
5757
steps:
58-
- uses: actions/checkout@v4
58+
- uses: actions/checkout@v6
5959
- name: Download font build zip
6060
uses: actions/download-artifact@v4
6161
with:
@@ -91,7 +91,7 @@ jobs:
9191
runs-on: ubuntu-latest
9292
needs: build-all
9393
steps:
94-
- uses: actions/checkout@v4
94+
- uses: actions/checkout@v6
9595
- name: Download font build zip
9696
uses: actions/download-artifact@v4
9797
with:
@@ -125,7 +125,7 @@ jobs:
125125
runs-on: ubuntu-latest
126126
needs: build-all
127127
steps:
128-
- uses: actions/checkout@v4
128+
- uses: actions/checkout@v6
129129
- name: Download font build zip
130130
uses: actions/download-artifact@v4
131131
with:
@@ -166,7 +166,7 @@ jobs:
166166
- proof
167167
- regression
168168
steps:
169-
- uses: actions/checkout@v4
169+
- uses: actions/checkout@v6
170170
- name: Download font zip
171171
uses: actions/download-artifact@v4
172172
with:
@@ -249,7 +249,7 @@ jobs:
249249
config_file: ${{ steps.check_tag.outputs.config_file }}
250250
family: ${{ steps.check_tag.outputs.family }}
251251
steps:
252-
- uses: actions/checkout@v4
252+
- uses: actions/checkout@v6
253253
- name: Set up Python
254254
uses: actions/setup-python@v5
255255
with:
@@ -328,13 +328,13 @@ jobs:
328328
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";
329329
exit 1
330330
fi
331-
- uses: actions/checkout@v4
331+
- uses: actions/checkout@v6
332332
- name: Set up Python
333333
uses: actions/setup-python@v5
334334
with:
335335
python-version: "3.11"
336336
- run: pip3 install 'git+https://github.com/googlefonts/gftools#egg=gftools'
337-
- uses: actions/checkout@v4
337+
- uses: actions/checkout@v6
338338
name: Check out Google Fonts repository
339339
with:
340340
fetch-depth: 0

0 commit comments

Comments
 (0)