mirror of
https://github.com/rasterio/rasterio.git
synced 2025-12-08 17:36:12 +00:00
Bump actions/checkout from 4 to 5 (#3377)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
0b1c39eba7
commit
0e808c3d76
2
.github/workflows/test_gdal_build.yaml
vendored
2
.github/workflows/test_gdal_build.yaml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
GDAL_DATA: ${{ github.workspace }}/gdal_install/share/gdal
|
GDAL_DATA: ${{ github.workspace }}/gdal_install/share/gdal
|
||||||
LD_LIBRARY_PATH: "${{ github.workspace }}/gdal_install/lib/:${LD_LIBRARY_PATH}"
|
LD_LIBRARY_PATH: "${{ github.workspace }}/gdal_install/lib/:${LD_LIBRARY_PATH}"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
ref: ${{ inputs.rasterio_ref }}
|
ref: ${{ inputs.rasterio_ref }}
|
||||||
- name: Update
|
- name: Update
|
||||||
|
|||||||
2
.github/workflows/test_gdal_tags.yaml
vendored
2
.github/workflows/test_gdal_tags.yaml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
|
|||||||
8
.github/workflows/tests.yaml
vendored
8
.github/workflows/tests.yaml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
linting:
|
linting:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: 3.12
|
python-version: 3.12
|
||||||
@ -55,7 +55,7 @@ jobs:
|
|||||||
gdal-version: ['3.8.4']
|
gdal-version: ['3.8.4']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
- name: Update
|
- name: Update
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
@ -112,7 +112,7 @@ jobs:
|
|||||||
gdal-version: '3.5.3'
|
gdal-version: '3.5.3'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Update
|
- name: Update
|
||||||
run: |
|
run: |
|
||||||
@ -159,7 +159,7 @@ jobs:
|
|||||||
python-version: '*'
|
python-version: '*'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Setup Conda
|
- name: Setup Conda
|
||||||
uses: mamba-org/setup-micromamba@v2
|
uses: mamba-org/setup-micromamba@v2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user