Unverified Commit 3035550d authored by Jonathan Tow's avatar Jonathan Tow Committed by GitHub
Browse files

Update `actions/setup-python`in CI workflows (#365)

* Update `actions/setup-python`in  CI workflows
parent 0742f4d7
...@@ -6,8 +6,8 @@ jobs: ...@@ -6,8 +6,8 @@ jobs:
pre-commit: pre-commit:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- uses: actions/setup-python@v2 - uses: actions/setup-python@v4
with: with:
python-version: 3.8 python-version: 3.8
- uses: pre-commit/action@v2.0.3 - uses: pre-commit/action@v2.0.3
...@@ -15,7 +15,7 @@ jobs: ...@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Cache - name: Cache
uses: actions/cache@v2.1.3 uses: actions/cache@v2.1.3
with: with:
...@@ -25,9 +25,9 @@ jobs: ...@@ -25,9 +25,9 @@ jobs:
# An explicit key for restoring and saving the cache # An explicit key for restoring and saving the cache
key: evaldata-cache-4 key: evaldata-cache-4
- name: Set up Python 3.9 - name: Set up Python 3.9
uses: actions/setup-python@v2 uses: actions/setup-python@v4
with: with:
python-version: 3.9.7 python-version: 3.9
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment