Skip to content

Commit 73d1f3f

Browse files
committedMar 9, 2023
Bumped JENA_VERSION to 4.7.0
Bumped actions/checkout to v3
1 parent 370a5c4 commit 73d1f3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/http-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
env:
1010
ASF_ARCHIVE: http://archive.apache.org/dist/
11-
JENA_VERSION: 3.13.1
11+
JENA_VERSION: 4.7.0
1212
BASE_URI: https://localhost:4443/
1313
OWNER_CERT_PWD: changeit
1414
SECRETARY_CERT_PWD: LinkedDataHub
@@ -24,7 +24,7 @@ jobs:
2424
env:
2525
JENA_HOME: "${{runner.temp}}/apache-jena-${{env.JENA_VERSION}}"
2626
- name: Checkout code
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v3
2828
- name: Generate owner's and secretary's certificates/public keys
2929
run: ../scripts/setup.sh .env ssl "${{env.OWNER_CERT_PWD}}" "${{env.SECRETARY_CERT_PWD}}" 3650
3030
shell: bash

0 commit comments

Comments
 (0)
Please sign in to comment.