Skip to content

Commit 626a647

Browse files
committed
Update .github/workflows/ci.yml
1 parent b4d70d3 commit 626a647

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
matrix:
99
vim_version:
1010
- head
11+
- v9.2.0000
1112
- v9.1.0000
1213
- v9.0.0000
1314
- v8.2.0000
@@ -34,11 +35,11 @@ jobs:
3435
timeout-minutes: 10
3536
steps:
3637
- name: Checkout code
37-
uses: actions/checkout@v5
38+
uses: actions/checkout@v6
3839
with:
3940
persist-credentials: false
4041
- name: Checkout themis.vim
41-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4243
with:
4344
repository: thinca/vim-themis
4445
persist-credentials: false

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015-2025 Akinori Hattori <hattya@gmail.com>
1+
Copyright (c) 2015-2026 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)