Skip to content

Commit

Permalink
Merge pull request #16 from mundialis/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4
  • Loading branch information
neteler authored Sep 5, 2023
2 parents 33c4965 + 3a109a8 commit aafc449
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tindex_alkis_lk_he.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
env:
CI_COMMIT_MESSAGE: Update HE ALKIS-LK tile index
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Creation of tindex
run: |
sed -i "s+RUN python3 DOP/NW/openNRW_DOP_tindex.py+RUN grass -c epsg:25832 /grassdb/HE_ALKIS --exec python3 ALKIS/Liegenschaftskataster/HE/HE_ALKIS_LK_tindex.py+g" docker/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tindex_dop_nw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
env:
CI_COMMIT_MESSAGE: Update NW DOP tile index
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Creation of tindex
run: |
docker build -f docker/Dockerfile -t test-tindex .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tindex_ndsm_nw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
env:
CI_COMMIT_MESSAGE: Update NW nDSM tile index
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Creation of tindex
run: |
sed -i "s+RUN python3 DOP/NW/openNRW_DOP_tindex.py+RUN grass -c epsg:25832 /grassdb/NW_nDSM --exec python3 nDSM/NW/openNRW_nDSM_tindex.py+g" docker/Dockerfile
Expand Down

0 comments on commit aafc449

Please sign in to comment.