File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 environment : scrape_papers_envs
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 - uses : actions/setup-python@v4
1414 with :
1515 python-version : ' 3.11'
Original file line number Diff line number Diff line change 1414 environment : scrape_papers_envs
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v1
17+ uses : actions/checkout@v4
1818 - name : DockerExtractor
1919 run : docker-compose -f "docker/location-extractor.yml" up -d --build
2020 - name : Wait on
Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-latest
2626 environment : scrape_papers_envs
2727 steps :
28- - uses : actions/checkout@v3
28+ - uses : actions/checkout@v4
2929 - uses : actions/setup-python@v4
3030 with :
3131 python-version : ' 3.11'
You can’t perform that action at this time.
0 commit comments