Browse Source

Update workflow linter version commit (#77)

pull/79/head
mimartin12 3 years ago committed by GitHub
parent
commit
d650910154
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

@ -27,6 +27,6 @@ jobs: @@ -27,6 +27,6 @@ jobs:
- name: Workflow Lint
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: bitwarden/gh-actions/lint-workflow@7aabfd34c1d1759e9683f7f99fecb176a85c0042
uses: bitwarden/gh-actions/lint-workflow@12bf897758152e7918d0fa273a250ab3708de837
with:
workflows: ${{ steps.changed-workflows.outputs.modified-workflows }}

Loading…
Cancel
Save