We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b02d39 commit a41399cCopy full SHA for a41399c
.github/workflows/update_site.yml
@@ -10,7 +10,7 @@ jobs:
10
steps: [
11
{ name: 'Checkout', uses: actions/checkout@v1, with: { fetch-depth: 1 } },
12
{ 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'} },
+ { name: 'Install Java', uses: actions/setup-java@v3, with: { java-version: '21.0.5+11.0.LTS', distribution: 'temurin'} },
14
{ name: 'Install Lunr', run: 'pip install --user lunr==0.5.5' },
15
{ name: 'Install Requests', run: 'pip install --user requests' },
16
{ name: 'Install PyYAML', run: 'pip install --user pyyaml' },
0 commit comments