File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- { "engineHash" : " 90eaba8 " , "specHash" : " f737b7b" , "version" : " 1.13.0" }
1+ { "engineHash" : " 5f0371b " , "specHash" : " f737b7b" , "version" : " 1.13.0" }
Original file line number Diff line number Diff line change 99
1010jobs :
1111 build :
12- runs-on : ubuntu-20.04
12+ runs-on : ubuntu-latest
1313 strategy :
1414 max-parallel : 1
1515 matrix :
2020 name : Build with Python ${{ matrix.python-version }}
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v2
23+ uses : actions/checkout@v4
2424 - name : Set up Python ${{ matrix.python-version }}
25- uses : actions/setup-python@v2
25+ uses : actions/setup-python@v4
2626 with :
2727 python-version : ${{ matrix.python-version }}
2828 - name : Install dependencies
@@ -52,12 +52,12 @@ jobs:
5252
5353 coverage :
5454 name : Coverage report
55- runs-on : ubuntu-20.04
55+ runs-on : ubuntu-latest
5656 steps :
5757 - name : Checkout
58- uses : actions/checkout@v2
58+ uses : actions/checkout@v4
5959 - name : Set up Python 3.11
60- uses : actions/setup-python@v2
60+ uses : actions/setup-python@v4
6161 with :
6262 python-version : ' 3.11'
6363 - name : Install dependencies
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout current repository
12- uses : actions/checkout@v2
12+ uses : actions/checkout@v4
1313 - name : Checkout spellchecker
14- uses : actions/checkout@v2
14+ uses : actions/checkout@v4
1515 with :
1616 ref : refs/heads/main
1717 repository : box/box-sdk-spellchecker
You can’t perform that action at this time.
0 commit comments