feat: use commit hash instead of version to actions workflows (#8460)

Signed-off-by: Joyce Brum <joycebrum@google.com>

Signed-off-by: Joyce Brum <joycebrum@google.com>
This commit is contained in:
Joyce
2022-11-17 11:04:11 -03:00
committed by GitHub
parent 30b1a26fc0
commit 3b8a0e08f7
6 changed files with 31 additions and 31 deletions

View File

@@ -17,11 +17,11 @@ jobs:
- os: macos-latest
platform_id: macosx_arm64
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # v2.5.0
with:
submodules: 'true'
- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@7f80679172b057fc5e90d70d197929d454754a5a # v4.3.0
with:
python-version: "3.8"
- name: Build wheels