@@ -26,20 +26,20 @@ jobs:
2626
2727 - if : ${{ steps.skip_check.outputs.should_skip != 'true' }}
2828 name : Checkout Code Repository
29- uses : actions/checkout@v2
29+ uses : actions/checkout@v3
3030
3131 - if : ${{ steps.skip_check.outputs.should_skip != 'true' }}
32- name : Set up Python 3.9
33- uses : actions/setup-python@v2
32+ name : Set up Python 3.10
33+ uses : actions/setup-python@v3
3434 with :
35- python-version : 3.9
35+ python-version : " 3.10 "
3636
3737 - if : ${{ steps.skip_check.outputs.should_skip != 'true' }}
3838 # Run all pre-commit hooks on all the files.
3939 # Getting only staged files can be tricky in case a new PR is opened
4040 # since the action is run on a branch in detached head state
4141 name : Install and Run Pre-commit
42- uses : pre-commit/action@v2 .0.3
42+ uses : pre-commit/action@v3 .0.0
4343
4444 build :
4545 name : Build (Python ${{ matrix.python-version }})
5050 shell : bash -l {0}
5151 strategy :
5252 matrix :
53- python-version : ["3.8", "3. 9", "3.10"]
53+ python-version : ["3.9", "3.10"]
5454 steps :
5555 - id : skip_check
5656 uses : fkirc/skip-duplicate-actions@master
@@ -59,11 +59,11 @@ jobs:
5959 paths_ignore : ${{ env.PATHS_IGNORE }}
6060
6161 - if : ${{ steps.skip_check.outputs.should_skip != 'true' }}
62- uses : actions/checkout@v2
62+ uses : actions/checkout@v3
6363
6464 - if : ${{ steps.skip_check.outputs.should_skip != 'true' }}
6565 name : Cache Conda
66- uses : actions/cache@v2
66+ uses : actions/cache@v3
6767 env :
6868 # Increase this value to reset cache if conda-env/ci.yml has not changed in the workflow
6969 CACHE_NUMBER : 0
@@ -104,13 +104,13 @@ jobs:
104104 shell : bash -l {0}
105105 timeout-minutes : 5
106106 steps :
107- - uses : actions/checkout@v2
107+ - uses : actions/checkout@v3
108108 with :
109109 persist-credentials : false
110110 fetch-depth : 0
111111
112112 - name : Cache Conda
113- uses : actions/cache@v2
113+ uses : actions/cache@v3
114114 env :
115115 # Increase this value to reset cache if conda-env/docs.yml has not changed in the workflow
116116 CACHE_NUMBER : 0
0 commit comments