Skip to content

Commit 71f239a

Browse files
authored
Merge pull request #438 from ryanoasis/update-gha
[update] github-actions
2 parents e4784bd + 4ded786 commit 71f239a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/vint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
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

0 commit comments

Comments
 (0)