Browse Source

Update lint hash (#192)

pull/193/head
Michał Chęciński 2 years ago committed by GitHub
parent
commit
d48767f3d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/workflow-linter.yml

2
.github/workflows/workflow-linter.yml

@ -32,7 +32,7 @@ jobs: @@ -32,7 +32,7 @@ jobs:
- name: Workflow Lint
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: bitwarden/gh-actions/lint-workflow@62d1bf7c3e31c458cc7236b1e69a475d235cd78f
uses: bitwarden/gh-actions/lint-workflow@5f9e057857e639dda2d7cb58b593cccf4f90eef4
with:
workflows: ${{ steps.changed-workflows.outputs.modified-workflows }}

Loading…
Cancel
Save