Merge pull request #442 from cisagov/dependabot/github_actions/lewagon/wait-on-check-action-1.1.1

Bump lewagon/wait-on-check-action from 1.0.0 to 1.1.1
pull/515/head
Nick 2 years ago committed by GitHub
commit da7f648ced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/update_software_list.yml

@ -105,7 +105,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.0.0
- uses: lewagon/wait-on-check-action@v1.1.1
with:
check-name: lint
ref: ${{ needs.setup.outputs.testing_branch }}

Loading…
Cancel
Save