Skip to content

Commit e5be736

Browse files
authored
Merge pull request #118 from python-astrodynamics/dependabot/github_actions/actions/setup-python-6
2 parents 0c1efaf + 70b17e6 commit e5be736

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: "astral-sh/setup-uv@v6"
2424
with:
2525
enable-cache: true
26-
- uses: "actions/setup-python@v5"
26+
- uses: "actions/setup-python@v6"
2727
with:
2828
python-version: "${{ matrix.python-version }}"
2929
- name: "Install dependencies"

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1515
- name: Set up Python
16-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
16+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
1717
with:
1818
python-version: "3.x"
1919
- name: Install dependencies

0 commit comments

Comments
 (0)