Compare commits

...

3 Commits

Author SHA1 Message Date
dependabot[bot]
7cc17d00a0 Merge 55c4456010 into c78299bc69 2025-02-10 19:59:04 +00:00
pacnpal
55c4456010 Update review.yml 2025-02-10 13:35:03 -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

View File

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