actions/checkout: pin specific hash

This commit is contained in:
Jake VanderPlas 2024-09-27 10:51:12 -07:00
parent 20122ff7ce
commit f0e27fd73b

View File

@ -27,7 +27,7 @@ jobs:
steps:
- name: Get repo
uses: actions/checkout@v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
path: jax
- name: Setup build and test enviroment