From 2a3a5c268fff2cd81f07c392f3872dc29dc79c74 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sun, 15 Mar 2026 10:53:47 +0100 Subject: [PATCH 1/2] CI: update version of action scripts --- .../setup-postgresql-windows/action.yml | 2 +- .github/workflows/ci-tests.yml | 22 +++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/actions/setup-postgresql-windows/action.yml b/.github/actions/setup-postgresql-windows/action.yml index fab18778..7dcc4ce7 100644 --- a/.github/actions/setup-postgresql-windows/action.yml +++ b/.github/actions/setup-postgresql-windows/action.yml @@ -41,7 +41,7 @@ runs: Add-Content $env:GITHUB_OUTPUT "postgis_file=$pgis_bundle" Add-Content $env:GITHUB_OUTPUT "postgis_bundle_url=$pgis_bundle_url" - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | C:/postgis.zip diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 487753a7..77f59219 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -7,11 +7,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: true - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | data/country_osm_grid.sql.gz @@ -27,7 +27,7 @@ jobs: mv nominatim-src.tar.bz2 Nominatim - name: 'Upload Artifact' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: full-source path: nominatim-src.tar.bz2 @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-${{ matrix.ubuntu }}.04 steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: full-source @@ -70,7 +70,7 @@ jobs: with: dependencies: ${{ matrix.dependencies }} - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | /usr/local/bin/osm2pgsql @@ -78,7 +78,7 @@ jobs: if: matrix.ubuntu == '22' - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python }} if: matrix.python != 'builtin' @@ -145,7 +145,7 @@ jobs: runs-on: windows-latest steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: full-source @@ -157,7 +157,7 @@ jobs: postgresql-version: 17 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.14' @@ -245,7 +245,7 @@ jobs: OS: ${{ matrix.name }} INSTALL_MODE: ${{ matrix.install_mode }} - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: full-source path: /home/nominatim @@ -336,7 +336,7 @@ jobs: needs: create-archive steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: full-source @@ -376,7 +376,7 @@ jobs: needs: create-archive steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: full-source From 4e57dd1719915fa450c31b62d30baf301e819db0 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sun, 15 Mar 2026 10:54:15 +0100 Subject: [PATCH 2/2] CI: remove codespell --- .github/workflows/ci-tests.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 77f59219..01e35b5c 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -411,10 +411,3 @@ jobs: run: | ./master/bin/nominatim admin --migrate ./release/bin/nominatim add-data --file Nominatim/test/testdb/additional_api_test.data.osm - - codespell: - runs-on: ubuntu-latest - steps: - - uses: codespell-project/actions-codespell@v2 - with: - only_warn: 1