Skip to content

Commit

Permalink
CI: Update wait-on-check-action version to 1.3.3
Browse files Browse the repository at this point in the history
bundler install issue that occurred in wait-on-check-action has been fixed.
  • Loading branch information
JSUYA committed Dec 22, 2023
1 parent dcbc02c commit 405c917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
--base-sha=HEAD~
- name: Wait on all tests
if: ${{ github.event_name == 'push' }}
uses: lewagon/wait-on-check-action@v1.1.1
uses: lewagon/wait-on-check-action@v1.3.3
with:
ref: ${{ github.sha }}
running-workflow-name: 'release'
Expand Down

0 comments on commit 405c917

Please sign in to comment.