We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4784bd + 4ded786 commit 71f239aCopy full SHA for 71f239a
.github/workflows/ci.yml
@@ -15,16 +15,17 @@ jobs:
15
strategy:
16
matrix:
17
vim:
18
+ - v9.0.0000
19
- v8.2.1000
20
- v8.2.0000
21
- v8.1.0000
22
- v8.0.0000
23
24
steps:
25
- name: Checkout code
- uses: actions/checkout@v2
26
+ uses: actions/checkout@main
27
- name: Checkout vim-themis
28
29
with:
30
repository: thinca/vim-themis
31
path: vim-themis
.github/workflows/vint.yml
@@ -16,9 +16,9 @@ jobs:
python-version: [3.8]
- - uses: actions/checkout@v2
+ - uses: actions/checkout@main
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v2
+ uses: actions/setup-python@main
python-version: ${{ matrix.python-version }}
- name: Install dependencies
0 commit comments