aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2024-01-05 12:51:53 +0100
committerChristian Clason <c.clason@uni-graz.at>2024-01-05 12:54:30 +0100
commit9288d9b5059e6b409b5077399dc0b377a112d9f2 (patch)
tree2e527dd00df48a907ee6bd0f9302db36daaae275 /.github/workflows/release.yml
parentUpdate parsers: astro, php, ruby, templ, wing (diff)
downloadnvim-treesitter-9288d9b5059e6b409b5077399dc0b377a112d9f2.tar
nvim-treesitter-9288d9b5059e6b409b5077399dc0b377a112d9f2.tar.gz
nvim-treesitter-9288d9b5059e6b409b5077399dc0b377a112d9f2.tar.bz2
nvim-treesitter-9288d9b5059e6b409b5077399dc0b377a112d9f2.tar.lz
nvim-treesitter-9288d9b5059e6b409b5077399dc0b377a112d9f2.tar.xz
nvim-treesitter-9288d9b5059e6b409b5077399dc0b377a112d9f2.tar.zst
nvim-treesitter-9288d9b5059e6b409b5077399dc0b377a112d9f2.zip
ci: bump actions to latest
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 3c36b33db..11f3ffc14 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
luarocks-upload:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: nvim-neorocks/luarocks-tag-release@v5
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}