Skip to content

Commit b9424c3

Browse files
chore(deps): update lewagon/wait-on-check-action action to v1.6.0
1 parent 26170cc commit b9424c3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pre_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
name: Wait for code checks to pass
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: lewagon/wait-on-check-action@v1.5.0
36+
- uses: lewagon/wait-on-check-action@v1.6.0
3737
with:
3838
ref: ${{ github.ref }}
3939
repo-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
echo 'skipped=false' >> $GITHUB_OUTPUT
6262
fi
6363
64-
- uses: lewagon/wait-on-check-action@v1.5.0
64+
- uses: lewagon/wait-on-check-action@v1.6.0
6565
if: ${{ steps.check_skip.outputs.skipped == 'false' }}
6666
with:
6767
ref: ${{ github.ref }}

0 commit comments

Comments
 (0)