Skip to content

Commit 2e81485

Browse files
authored
Merge pull request #86 from stac-extensions/dependabot/github_actions/actions/setup-python-5.6.0
2 parents 26f7812 + 5b9a43e commit 2e81485

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v4
2424
- name: Set up Python
25-
uses: actions/setup-python@v5.5.0
25+
uses: actions/setup-python@v5.6.0
2626
with:
2727
python-version: "3.10"
2828
- name: Install uv

.github/workflows/stac-model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Set up Python ${{ matrix.python-version }}
15-
uses: actions/setup-python@v5.5.0
15+
uses: actions/setup-python@v5.6.0
1616
with:
1717
python-version: ${{ matrix.python-version }}
1818

0 commit comments

Comments
 (0)