Skip to content

Commit

Permalink
Update wait-on-check-action action for dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrxyz committed Jan 27, 2024
1 parent c2ec9a1 commit 962fc9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

# Wait for the CI to finish so we can download the docs artifact
- name: Wait for CI
uses: lewagon/wait-on-check-action@v1.0.0
uses: lewagon/wait-on-check-action@v1.3.3
if: github.event.action != 'closed'
with:
ref: ${{ github.event.pull_request.head.ref }}
Expand Down

0 comments on commit 962fc9c

Please sign in to comment.