Skip to content

Commit a41399c

Browse files
committed
Update update_site.yml
1 parent 7b02d39 commit a41399c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_site.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps: [
1111
{ name: 'Checkout', uses: actions/checkout@v1, with: { fetch-depth: 1 } },
1212
{ name: 'Install Python', uses: actions/setup-python@v4, with: { python-version: 3.10.5, architecture: x64 } },
13-
{ name: 'Install Java', uses: actions/setup-java@v3, with: { java-version: '17.0.5+8', distribution: 'temurin'} },
13+
{ name: 'Install Java', uses: actions/setup-java@v3, with: { java-version: '21.0.5+11.0.LTS', distribution: 'temurin'} },
1414
{ name: 'Install Lunr', run: 'pip install --user lunr==0.5.5' },
1515
{ name: 'Install Requests', run: 'pip install --user requests' },
1616
{ name: 'Install PyYAML', run: 'pip install --user pyyaml' },

0 commit comments

Comments
 (0)