diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 57d8517..b04caeb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,17 +17,17 @@ jobs: os: [ubuntu-latest] python-version: ["3.12"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Install dependencies - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} # Deploy the book's HTML to gh-pages branch - name: GitHub Pages action - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./ diff --git a/.github/workflows/maxar_data_catalog.yml b/.github/workflows/maxar_data_catalog.yml index 978bd79..24da6a6 100644 --- a/.github/workflows/maxar_data_catalog.yml +++ b/.github/workflows/maxar_data_catalog.yml @@ -9,10 +9,10 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout repo content - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: setup python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.12" - name: Install GDAL diff --git a/requirements.txt b/requirements.txt index 8ddfa23..0a84d3a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ cogeo-mosaic geopandas leafmap +setuptools