Skip to content

Commit 8a2f0ab

Browse files
committed
Update .github/workflows/ci.yml
1 parent 5d6f588 commit 8a2f0ab

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
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 }}
@@ -64,6 +64,6 @@ jobs:
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 }}

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015-2021 Akinori Hattori <hattya@gmail.com>
1+
Copyright (c) 2015-2022 Akinori Hattori <hattya@gmail.com>
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)