Skip to content

Commit 445fc27

Browse files
committed
update test workflow
1 parent fc19e62 commit 445fc27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020
- name: Start the Docker container with the test data
2121
run: |
2222
cd tests
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
until $(curl --output /dev/null --silent --head --fail http://localhost:9000/sparql); do printf '.'; sleep 1; done
2828
- name: Set up Python ${{ matrix.python-version }}
29-
uses: actions/setup-python@v2
29+
uses: actions/setup-python@v4
3030
with:
3131
python-version: '3.8'
3232
- name: Install dependencies

0 commit comments

Comments
 (0)