Skip to content

Commit 093327b

Browse files
committed
chore: update urlcheck runner
1 parent 3613a44 commit 093327b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Validate URLs
4545
# Only run this if these files were edited
4646
if: contains(steps.files.outputs.added_modified, 'app/data/*.json')
47-
uses: urlstechie/urlchecker-action@0.2.1
47+
uses: urlstechie/urlchecker-action@0.0.33
4848
with:
4949
# Only validate the files that were changed
5050
include_files: ${{ steps.files.outputs.added_modified }}

0 commit comments

Comments
 (0)