Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
Updates on the Script from stefanzweifel and the python version.
  • Loading branch information
chnuessli committed Jan 2, 2025
1 parent 229b6cb commit 81b767d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/converter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up Python 3.9
- name: Set up Python 3.13
uses: actions/setup-python@v1
with:
python-version: 3.9
python-version: 3.13
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -28,7 +28,7 @@ jobs:
run: |
./run_converter.sh
- uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Convert json -> xml
commit_user_name: chnuessli
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/overpass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
./run_queries.sh
- uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Update overpass query results
commit_user_name: chnuessli
Expand Down

0 comments on commit 81b767d

Please sign in to comment.