diff options
| author | William Boman <william@redwill.se> | 2024-05-31 14:37:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-31 14:37:56 +0200 |
| commit | 0fb4e56837f13b81a972fcc0554be1327b39061e (patch) | |
| tree | f0b3d5632143f4900be6de7ff682f50b94c6a644 /.github/workflows/tests.yml | |
| parent | fix(pypi): exclude python3.12 from candidate list (#1722) (diff) | |
| download | mason-0fb4e56837f13b81a972fcc0554be1327b39061e.tar mason-0fb4e56837f13b81a972fcc0554be1327b39061e.tar.gz mason-0fb4e56837f13b81a972fcc0554be1327b39061e.tar.bz2 mason-0fb4e56837f13b81a972fcc0554be1327b39061e.tar.lz mason-0fb4e56837f13b81a972fcc0554be1327b39061e.tar.xz mason-0fb4e56837f13b81a972fcc0554be1327b39061e.tar.zst mason-0fb4e56837f13b81a972fcc0554be1327b39061e.zip | |
ci: upgrade deps (#1726)
Diffstat (limited to '.github/workflows/tests.yml')
| -rw-r--r-- | .github/workflows/tests.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index da05fd9c..57ed25e7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,9 +23,10 @@ jobs: - v0.9.2 - v0.9.4 - v0.9.5 + - v0.10.0 runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: rhysd/action-setup-vim@v1 with: neovim: true |
