aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/publish.yml
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2022-09-01 01:42:37 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-09-01 01:42:37 +0000
commit26b56f9a652565acf41409a3d773a0c4395de3ec (patch)
treee2eb0b9f93f0a8cb6705199d2f738f35cba28e7f /.github/workflows/publish.yml
parentdebb1cba85fe0ed630b67e5d4a6d0ec5d7ef0284 (diff)
parente47f00b7523ba5d28bc3654ef83125d8e7dc0e90 (diff)
downloadfonttools-26b56f9a652565acf41409a3d773a0c4395de3ec.tar.gz
Upgrade fonttools to 4.37.1 am: ae8de171b8 am: ae308ea7c8 am: 14ad209ddd am: e47f00b752
Original change: https://android-review.googlesource.com/c/platform/external/fonttools/+/2193410 Change-Id: Ic4849ad3e570990227150b2420d6dd19fa0ad96f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to '.github/workflows/publish.yml')
-rw-r--r--.github/workflows/publish.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index ec6abe20..ea5ebc9f 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -9,14 +9,17 @@ on:
tags:
- '*.*.*' # e.g. 1.0.0 or 20.15.10
+permissions:
+ contents: read
+
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Set up Python
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install dependencies