fix(ci): pin + cache

This commit is contained in:
Timothy Stewart
2022-10-31 22:10:31 -05:00
parent d24cdb97db
commit dbb2cda17a

View File

@@ -50,7 +50,7 @@ jobs:
run: ./.github/download-boxes.sh run: ./.github/download-boxes.sh
- name: Set up Python ${{ env.PYTHON_VERSION }} - name: Set up Python ${{ env.PYTHON_VERSION }}
- uses: actions/setup-python@v4 - uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # 4.3.0
with: with:
python-version: ${{ env.PYTHON_VERSION }} python-version: ${{ env.PYTHON_VERSION }}
cache: 'pip' # caching pip dependencies cache: 'pip' # caching pip dependencies