Compare commits

...

5 Commits

Author SHA1 Message Date
dependabot[bot]
2cb1bb18e7 Merge 55c4456010 into 0713aea03f 2025-02-10 18:35:06 +00:00
pacnpal
55c4456010 Update review.yml 2025-02-10 13:35:03 -05:00
pacnpal
0713aea03f Update review.yml 2025-02-10 13:31:16 -05:00
pacnpal
0430d6941d Update review.yml 2025-02-10 13:28:58 -05:00
dependabot[bot]
a17fa9a58a [DEPENDABOT] Update Actions: Bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-10 16:41:58 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ jobs:
run: brew install gdal
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

View File

@@ -20,7 +20,7 @@ on:
jobs:
code-review:
runs-on: ubuntu-latest
environment: development_environment
steps:
- uses: actions/checkout@v4
with: