Skip to content

Commit

Permalink
upgraded urlchecker version
Browse files Browse the repository at this point in the history
  • Loading branch information
mbiarnes committed Sep 18, 2023
1 parent 817a65a commit 99fdce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:

steps:
- name: Check out repository code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 11
distribution: temurin
check-latest: true
- name: urls-checker
uses: urlstechie/urlchecker-action@0.0.27
uses: urlstechie/urlchecker-action@master
with:
subfolder: optaplanner-website-root/data
file_types: .yml
Expand Down

0 comments on commit 99fdce3

Please sign in to comment.