Skip to content

Commit a607eb4

Browse files
authored
Merge pull request #194 from stac-extensions/dependabot/github_actions/actions/setup-python-6.3.0
⬆️ Bump actions/setup-python from 6.2.0 to 6.3.0
2 parents ad1014f + bd247df commit a607eb4

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.2.0
25+
uses: actions/setup-python@v6.3.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.2.0
17+
uses: actions/setup-python@v6.3.0
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020

0 commit comments

Comments
 (0)