ci: pin workflow to static container version

This commit is contained in:
Steven Arcangeli 2023-06-28 11:00:08 -07:00
parent 7c2a432238
commit 79644dbedc

View file

@ -36,7 +36,7 @@ jobs:
matrix:
include:
- nvim_tag: v0.8.3
- nvim_tag: v0.9.0
- nvim_tag: v0.9.1
name: Run tests
runs-on: ubuntu-22.04
@ -65,7 +65,7 @@ jobs:
- luacheck
- stylua
- run_tests
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: google-github-actions/release-please-action@v3
id: release