From fe4cd4beef6a8611d545a07d50e61fdebee3d906 Mon Sep 17 00:00:00 2001 From: IlarioJs Date: Wed, 18 Mar 2026 15:36:11 -0300 Subject: [PATCH] fix: Atualiza lib que faltou --- .github/workflows/actionlint.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index 74479cd..b40d611 100644 --- a/.github/workflows/actionlint.yaml +++ b/.github/workflows/actionlint.yaml @@ -2,13 +2,13 @@ name: Lint GitHub Actions Workflows on: push: paths: - - '.github/workflows/**' + - ".github/workflows/**" jobs: actionlint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: "Lint workflow files" uses: docker://docker.mirror.hashicorp.services/rhysd/actionlint:latest with: