File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v2
14+ uses : actions/checkout@v5
1515 - name : Setup Env
1616 run : |
1717 sudo apt-get update -qqy
1818 sudo apt-get install -y libjpeg8-dev libbz2-dev
1919 pip install --upgrade pip
2020 pip install -r requirements.txt
2121 - name : Set up pyenvi and Python
22- uses : " gabrielfalcao/pyenv-action@v14 "
22+ uses : " gabrielfalcao/pyenv-action@v18 "
2323 with :
2424 default : 2.7.18
2525 versions : 3.8.16
5353 runs-on : ubuntu-latest
5454 steps :
5555 - name : Checkout
56- uses : actions/checkout@v2
56+ uses : actions/checkout@v5
5757 - name : Setup Env
5858 run : |
5959 sudo apt-get update -qqy
9494 run : |
9595 bin/coverage run bin/test -t !robot
9696 - name : Set up Python 3.6
97- uses : actions/setup-python@v2
97+ uses : actions/setup-python@v4
9898 with :
9999 python-version : 3.6
100100 - name : Install Coveralls
You can’t perform that action at this time.
0 commit comments