From 16b272800b09754aa28673115b5d4280992877b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 21:04:55 +0000 Subject: [PATCH] :arrow_up: Bump actions/setup-python from 2.2.2 to 5.2.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.2.2 to 5.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.2.2...v5.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yaml | 2 +- .github/workflows/stac-model.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index ce9890e..8b56119 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v2.2.2 + uses: actions/setup-python@v5.2.0 with: python-version: "3.10" - name: Install poetry diff --git a/.github/workflows/stac-model.yml b/.github/workflows/stac-model.yml index 27d0dc2..1881d7f 100644 --- a/.github/workflows/stac-model.yml +++ b/.github/workflows/stac-model.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2.2.2 + uses: actions/setup-python@v5.2.0 with: python-version: ${{ matrix.python-version }}