Skip to content

Commit 52d46c7

Browse files
authored
Merge pull request #205 from stac-extensions/dependabot/github_actions/actions/setup-python-7.0.0
⬆️ Bump actions/setup-python from 6.3.0 to 7.0.0
2 parents 1761767 + a935818 commit 52d46c7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v7
2424
- name: Set up Python
25-
uses: actions/setup-python@v6.3.0
25+
uses: actions/setup-python@v7.0.0
2626
with:
2727
python-version: "3.11"
2828
- name: Install uv

.github/workflows/stac-model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v7
1616
- name: Set up Python ${{ matrix.python-version }}
17-
uses: actions/setup-python@v6.3.0
17+
uses: actions/setup-python@v7.0.0
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020

0 commit comments

Comments
 (0)