Merge pull request #528 from cisagov/dependabot/github_actions/lewagon/wait-on-check-action-1.2.0

Bump lewagon/wait-on-check-action from 1.1.1 to 1.2.0
develop
Nick 1 year ago committed by GitHub
commit 57059d570b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/update_software_lists.yml

@ -93,7 +93,7 @@ jobs:
run: |
git config user.name "${{ needs.setup.outputs.git_user }}"
git config user.email "${{ needs.setup.outputs.git_email }}"
- uses: lewagon/wait-on-check-action@v1.1.1
- uses: lewagon/wait-on-check-action@v1.2.0
with:
check-name: lint
ref: ${{ needs.setup.outputs.testing_branch }}

Loading…
Cancel
Save