File tree Expand file tree Collapse file tree 7 files changed +12
-8
lines changed Expand file tree Collapse file tree 7 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 - name : Checkout git
1414 uses : actions/checkout@v3
1515 - name : Setup Python
16- uses : actions/setup-python@v2
16+ uses : actions/setup-python@v3
1717 with :
1818 python-version : 3.9
1919 architecture : x64
2020 - name : Install Python dependencies
21- uses : py-actions/py-dependency-install@v2
21+ uses : py-actions/py-dependency-install@v4
2222 with :
2323 path : " scripts/requirements.txt"
2424 - name : Prepare build
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout repository
16- uses : actions/checkout@v2
16+ uses : actions/checkout@v3
1717 - name : Validate data
18- uses : frictionlessdata/repository@v1
18+ uses : frictionlessdata/repository@v2
19+ with :
20+ inquiry : data/data-validation.yaml
Original file line number Diff line number Diff line change @@ -20,20 +20,20 @@ jobs:
2020 with :
2121 ref : main # branch
2222 - name : Setup Python
23- uses : actions/setup-python@v2
23+ uses : actions/setup-python@v3
2424 with :
2525 python-version : 3.8
2626 architecture : x64
2727 - name : Install Python dependencies
28- uses : py-actions/py-dependency-install@v2
28+ uses : py-actions/py-dependency-install@v4
2929 with :
3030 path : " scripts/requirements.txt"
3131 - name : Update ${{ matrix.source }}.csv file
3232 run : " python3 scripts/import/${{ matrix.source }}/import_${{ matrix.source }}.py --output data/${{ matrix.source }}.csv"
3333 - name : re-sync with git repo
3434 run : git pull
3535 - name : commit & push with rebase
36- uses : augusto-herrmann /rebase-commit-push@1.1.1
36+ uses : benkaiser /rebase-commit-push@1.3
3737 with :
3838 branch : main
3939 author_email : 41898282+github-actions[bot]@users.noreply.github.com
Original file line number Diff line number Diff line change 1+ tasks :
2+ - path : data/datapackage.json
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 11python-slugify [unidecode ]== 6.1.1
22requests == 2.31.0
33pandas == 1.4.1
4- frictionless == 4.28 .1
4+ frictionless == 5.13 .1
You can’t perform that action at this time.
0 commit comments