11
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2026-03-29 06:06:53 +00:00

fix: Atualiza lib que faltou

This commit is contained in:
IlarioJs 2026-03-18 15:36:11 -03:00
parent b8d38c9fd3
commit fe4cd4beef

View file

@ -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: