Skip to content

Commit

Permalink
Merge pull request #913 from openziti/actions-use-node20
Browse files Browse the repository at this point in the history
use node20
  • Loading branch information
qrkourier authored Jul 24, 2024
2 parents 3d08e53 + f7b3d93 commit c5f8910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: ./check-links/crawl-for-broken-links.sh https://openziti.io
- name: Resolve Alarm Issue if Links are Not Broken
if: ${{ success() }}
uses: netfoundry/close-matching-issues@v3
uses: netfoundry/close-matching-issues@v4
with:
query: 'is:open label:bug in:title "Broken Links Alarm"'
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
working-directory: ./check-links/
- name: Resolve Alarm Issue if Links are Not Broken
if: ${{ success() }}
uses: netfoundry/close-matching-issues@v3
uses: netfoundry/close-matching-issues@v4
with:
query: 'is:open label:bug in:title "Popular Links Alarm"'
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c5f8910

Please sign in to comment.