Skip to content

Commit c761b4f

Browse files
chore(deps): update int128/wait-for-workflows-action action to v1.98.0
1 parent b9554fd commit c761b4f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr_wait.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
timeout-minutes: 45
1515
steps:
16-
- uses: int128/wait-for-workflows-action@v1.47.0
16+
- uses: int128/wait-for-workflows-action@v1.98.0
1717
with:
1818
# PAT inside your repo, fallback to the read-only token if missing
1919
github-token: ${{ secrets.PAT_GLOBAL || github.token }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v5
21-
- uses: int128/wait-for-workflows-action@v1.47.0
21+
- uses: int128/wait-for-workflows-action@v1.98.0
2222
with:
2323
token: ${{ secrets.PAT_GLOBAL }}
2424
filter-workflow-events: push

0 commit comments

Comments
 (0)