From 5162edb1442a729a885c45455a07e9a89058be2f Mon Sep 17 00:00:00 2001 From: Steven Arcangeli Date: Tue, 23 Apr 2024 19:20:16 -0700 Subject: [PATCH] ci: update checkout action --- .../automation_remove_question_label_on_comment.yml | 2 +- .github/workflows/tests.yml | 12 ++++++------ 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 8a6d3c2..5d31ada 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: StyLua runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Stylua uses: JohnnyMorganz/stylua-action@v1 with: @@ -41,7 +41,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 @@ -56,7 +56,7 @@ jobs: env: NVIM_TAG: ${{ matrix.nvim_tag }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Neovim and dependencies run: | @@ -70,7 +70,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: | @@ -112,7 +112,7 @@ jobs: with: release-type: simple package-name: dressing.nvim - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: rickstaa/action-create-tag@v1 if: ${{ steps.release.outputs.release_created }} with: