File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 timeout-minutes : 10
3838 steps :
3939 - name : Checkout code
40- uses : actions/checkout@v2
40+ uses : actions/checkout@v3
4141 - name : Checkout themis.vim
42- uses : actions/checkout@v2
42+ uses : actions/checkout@v3
4343 with :
4444 repository : thinca/vim-themis
4545 path : vim-themis
@@ -50,11 +50,11 @@ jobs:
5050 vim_version : ${{ matrix.vim_version }}
5151 download : ${{ matrix.download }}
5252 - name : Setup Python
53- uses : actions/setup-python@v2
53+ uses : actions/setup-python@v3
5454 - name : Install covimerage
5555 run : |
5656 python -m pip install -U pip setuptools wheel
57- pip install -U 'click<8' covimerage
57+ pip install -U covimerage
5858 - name : Test
5959 env :
6060 THEMIS_VIM : ${{ steps.vim.outputs.executable }}
6464 covimerage write_coverage ${{ env.PROFILE }}
6565 covimerage xml
6666 - name : Upload coverage to Codecov
67- uses : codecov/codecov-action@v2
67+ uses : codecov/codecov-action@v3
6868 with :
6969 flags : ${{ matrix.platform }}
Original file line number Diff line number Diff line change 1- Copyright (c) 2015-2021 Akinori Hattori <hattya@gmail.com>
1+ Copyright (c) 2015-2022 Akinori Hattori <hattya@gmail.com>
22
33Permission is hereby granted, free of charge, to any person obtaining a copy
44of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments