Skip to content

Commit

Permalink
Use new checkout and setup-python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanderkamp committed Nov 19, 2023
1 parent 616fcb4 commit fbfca5a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.osFlavor }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Enable Universe package repository
run: |
sudo add-apt-repository ${{ matrix.vimVersion == 'stable' && 'universe' || 'ppa:neovim-ppa/unstable' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yml
Expand Up @@ -5,7 +5,7 @@ jobs:
name: vint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: vint
uses: reviewdog/action-vint@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vint.yml
Expand Up @@ -6,9 +6,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
- name: Setup dependencies
run: pip install vim-vint
- name: Lint Vimscript
Expand Down

0 comments on commit fbfca5a

Please sign in to comment.