Skip to content

Commit 53cfbf8

Browse files
authored
Merge pull request #116 from python-astrodynamics/dependabot/github_actions/actions/checkout-5
2 parents edddab9 + 7889649 commit 53cfbf8

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
@@ -19,7 +19,7 @@ jobs:
1919
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2020

2121
steps:
22-
- uses: "actions/checkout@v4"
22+
- uses: "actions/checkout@v5"
2323
- uses: "astral-sh/setup-uv@v6"
2424
with:
2525
enable-cache: true

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
permissions:
1212
id-token: write
1313
steps:
14-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14+
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
1515
- name: Set up Python
1616
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
1717
with:

0 commit comments

Comments
 (0)