summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorSteven Arcangeli <stevearc@stevearc.com>2024-04-23 19:19:25 -0700
committerSteven Arcangeli <stevearc@stevearc.com>2024-04-23 19:19:25 -0700
commit475c096d24562cf1fa992731869e17ea6d75d2d9 (patch)
tree2cce495e2b6f74d389b0b28d8906ec6a75a2cc25 /.github/workflows
parent7a205c944d228ca0a5ec67656f59d20ba11ccca2 (diff)
ci: update checkout action
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/automation_remove_question_label_on_comment.yml2
-rw-r--r--.github/workflows/tests.yml12
2 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/automation_remove_question_label_on_comment.yml b/.github/workflows/automation_remove_question_label_on_comment.yml
index a188abf..f99bba8 100644
--- a/.github/workflows/automation_remove_question_label_on_comment.yml
+++ b/.github/workflows/automation_remove_question_label_on_comment.yml
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event.sender.login != 'stevearc'
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
- uses: actions-ecosystem/action-remove-labels@v1
with:
labels: question
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index fca39ce..5acd6cc 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -13,7 +13,7 @@ jobs:
name: Luacheck
runs-on: ubuntu-22.04
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Prepare
run: |
@@ -29,7 +29,7 @@ jobs:
name: typecheck
runs-on: ubuntu-22.04
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: stevearc/nvim-typecheck-action@v1
with:
path: lua
@@ -38,7 +38,7 @@ jobs:
name: StyLua
runs-on: ubuntu-22.04
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Stylua
uses: JohnnyMorganz/stylua-action@v3
with:
@@ -58,7 +58,7 @@ jobs:
env:
NVIM_TAG: ${{ matrix.nvim_tag }}
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Install Neovim and dependencies
run: |
@@ -72,7 +72,7 @@ jobs:
name: Update docs
runs-on: ubuntu-22.04
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Install Neovim and dependencies
run: |
@@ -114,7 +114,7 @@ jobs:
with:
release-type: simple
package-name: conform.nvim
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: rickstaa/action-create-tag@v1
if: ${{ steps.release.outputs.release_created }}
with: