From b4ebbaa692e45b475537b7363c4416c6c630d54c Mon Sep 17 00:00:00 2001 From: Travis Raines <571832+rainest@users.noreply.github.com> Date: Mon, 1 Jun 2026 12:28:43 -0700 Subject: [PATCH] chore: update actionlint This should fix the https://github.com/raven-actions/actionlint/issues/51 error that's currently happening for `lint`. `test-actions` will still be busted, the key's missing. Signed-off-by: Travis Raines <571832+rainest@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48b2fb9..58c0f08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: actionlint - uses: raven-actions/actionlint@v2.0.1 + uses: raven-actions/actionlint@v2.1.2 test-actions: runs-on: ubuntu-latest @@ -75,4 +75,4 @@ jobs: gnupg-home: ${{ steps.gpg.outputs.gnupg-home }} - name: Show verification - run: "echo \"Verification: ${{ steps.sign.outputs.verification }}\"" \ No newline at end of file + run: "echo \"Verification: ${{ steps.sign.outputs.verification }}\""