From 4ba0e6de5a7c98de13deb36a0c83d86b09aa6af2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 15:17:52 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-docs.yml | 2 +- .github/workflows/pypi.yml | 2 +- .github/workflows/save_versions.yml | 2 +- .github/workflows/test_code.yml | 2 +- .github/workflows/test_geopandas.yml | 4 ++-- .github/workflows/test_latest_branca.yml | 2 +- .github/workflows/test_mypy.yml | 2 +- .github/workflows/test_selenium.yml | 2 +- .github/workflows/test_snapshots.yml | 2 +- .github/workflows/test_streamlit_folium.yml | 4 ++-- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index ee31e5cb6a..f447795b91 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -24,7 +24,7 @@ jobs: shell: bash -l {0} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 0cdb1bfd08..46a9cee303 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -19,7 +19,7 @@ jobs: packages: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python uses: actions/setup-python@v5 diff --git a/.github/workflows/save_versions.yml b/.github/workflows/save_versions.yml index a7f787081e..2734d43fd4 100644 --- a/.github/workflows/save_versions.yml +++ b/.github/workflows/save_versions.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout Folium - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Micromamba env uses: mamba-org/setup-micromamba@v2 diff --git a/.github/workflows/test_code.yml b/.github/workflows/test_code.yml index 6026d8bb9c..507219faef 100644 --- a/.github/workflows/test_code.yml +++ b/.github/workflows/test_code.yml @@ -21,7 +21,7 @@ jobs: shell: bash -l {0} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup Micromamba env uses: mamba-org/setup-micromamba@v2 diff --git a/.github/workflows/test_geopandas.yml b/.github/workflows/test_geopandas.yml index d921235cbd..aaf61c6535 100644 --- a/.github/workflows/test_geopandas.yml +++ b/.github/workflows/test_geopandas.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout Folium - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: # needed to get the correct version number for Folium fetch-depth: 0 @@ -32,7 +32,7 @@ jobs: --file folium/requirements.txt - name: Checkout Geopandas - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: geopandas/geopandas path: geopandas diff --git a/.github/workflows/test_latest_branca.yml b/.github/workflows/test_latest_branca.yml index 43be4369df..f0c98afaf5 100644 --- a/.github/workflows/test_latest_branca.yml +++ b/.github/workflows/test_latest_branca.yml @@ -16,7 +16,7 @@ jobs: shell: bash -l {0} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup Micromamba env uses: mamba-org/setup-micromamba@v2 diff --git a/.github/workflows/test_mypy.yml b/.github/workflows/test_mypy.yml index 8b1ad260c6..49efaf0c88 100644 --- a/.github/workflows/test_mypy.yml +++ b/.github/workflows/test_mypy.yml @@ -16,7 +16,7 @@ jobs: shell: bash -l {0} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup Micromamba env uses: mamba-org/setup-micromamba@v2 diff --git a/.github/workflows/test_selenium.yml b/.github/workflows/test_selenium.yml index b8a3225760..5e9cb9a8c2 100644 --- a/.github/workflows/test_selenium.yml +++ b/.github/workflows/test_selenium.yml @@ -20,7 +20,7 @@ jobs: shell: bash -l {0} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup Micromamba env uses: mamba-org/setup-micromamba@v2 diff --git a/.github/workflows/test_snapshots.yml b/.github/workflows/test_snapshots.yml index 8a21c7cc57..430d6497dc 100644 --- a/.github/workflows/test_snapshots.yml +++ b/.github/workflows/test_snapshots.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout Folium - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Micromamba env uses: mamba-org/setup-micromamba@v2 diff --git a/.github/workflows/test_streamlit_folium.yml b/.github/workflows/test_streamlit_folium.yml index 10ebeb486f..c536e2887f 100644 --- a/.github/workflows/test_streamlit_folium.yml +++ b/.github/workflows/test_streamlit_folium.yml @@ -22,10 +22,10 @@ jobs: python-version: '3.x' - name: Checkout Folium - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Checkout Streamlit Folium - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: randyzwitch/streamlit-folium ref: master