File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,16 +15,17 @@ jobs:
1515 strategy :
1616 matrix :
1717 vim :
18+ - v9.0.0000
1819 - v8.2.1000
1920 - v8.2.0000
2021 - v8.1.0000
2122 - v8.0.0000
2223
2324 steps :
2425 - name : Checkout code
25- uses : actions/checkout@v2
26+ uses : actions/checkout@main
2627 - name : Checkout vim-themis
27- uses : actions/checkout@v2
28+ uses : actions/checkout@main
2829 with :
2930 repository : thinca/vim-themis
3031 path : vim-themis
Original file line number Diff line number Diff line change 1616 python-version : [3.8]
1717
1818 steps :
19- - uses : actions/checkout@v2
19+ - uses : actions/checkout@main
2020 - name : Set up Python ${{ matrix.python-version }}
21- uses : actions/setup-python@v2
21+ uses : actions/setup-python@main
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments