Skip to content

Commit

Permalink
test: Update actions repositories.
Browse files Browse the repository at this point in the history
Signed-off-by: SUGIYAMA Yoshio <nenegi.01mo@gmail.com>
  • Loading branch information
IMOKURI committed Jan 23, 2024
1 parent efd2b77 commit 6130224
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Python 3.x
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: "3.x"
python-version: "3.10"

- name: Setup Vim
uses: rhysd/action-setup-vim@v1.2.8
uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: ${{ matrix.nvim_version }}
Expand Down

0 comments on commit 6130224

Please sign in to comment.