From b8c284f4fc9fec8f13822de4f9f9a6b9081cb8d6 Mon Sep 17 00:00:00 2001 From: Kevin Stillhammer Date: Sat, 28 Dec 2024 19:19:44 +0100 Subject: [PATCH] Bump eifinger/actionlint-action to v1.8.0 --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dfa0f22..f014c1a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,8 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Actionlint - uses: eifinger/actionlint-action@bdc2a242a53ae50e609e29f8eeb0d05d792edc09 # v1.7.0 - continue-on-error: true # Until https://github.com/rhysd/actionlint/pull/485 is released + uses: eifinger/actionlint-action@2af1600e137a7adb5c075232720cb9580b4274e0 # v1.8.0 - uses: actions/setup-node@v4 with: node-version: "20"