Skip to content

Commit 9091626

Browse files
committed
Update build-tools
1 parent 97e83f7 commit 9091626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
echo "LANG=en_US.UTF-8" >> $GITHUB_ENV
3535
echo "MAVEN_OPTS=-Dmaven.wagon.httpconnectionManager.ttlSeconds=180 -Dmaven.wagon.http.retryHandler.count=3" >> $GITHUB_ENV
36-
echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/16/scripts" >> $GITHUB_ENV
36+
echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/master/scripts" >> $GITHUB_ENV
3737
- name: Check Environment
3838
shell: bash
3939
run: |

0 commit comments

Comments
 (0)