Skip to content

Commit

Permalink
Merge pull request #438 from ryanoasis/update-gha
Browse files Browse the repository at this point in the history
[update] github-actions
  • Loading branch information
get-me-power authored Oct 1, 2022
2 parents e4784bd + 4ded786 commit 71f239a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,17 @@ jobs:
strategy:
matrix:
vim:
- v9.0.0000
- v8.2.1000
- v8.2.0000
- v8.1.0000
- v8.0.0000

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@main
- name: Checkout vim-themis
uses: actions/checkout@v2
uses: actions/checkout@main
with:
repository: thinca/vim-themis
path: vim-themis
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
python-version: [3.8]

steps:
- 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
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit 71f239a

Please sign in to comment.