1
0
Fork 0
mirror of https://github.com/cisagov/log4j-affected-db.git synced 2024-11-22 08:30:48 +00:00

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
This commit is contained in:
Nick 2022-02-25 12:12:59 -05:00 committed by GitHub
commit da7f648ced
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,7 +105,7 @@ jobs:
run: | run: |
git config user.name "${{ needs.setup.outputs.git_user }}" git config user.name "${{ needs.setup.outputs.git_user }}"
git config user.email "${{ needs.setup.outputs.git_email }}" 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: with:
check-name: lint check-name: lint
ref: ${{ needs.setup.outputs.testing_branch }} ref: ${{ needs.setup.outputs.testing_branch }}