Skip to content

Commit dfd95bb

Browse files
Brian KrafftCopilot
andcommitted
fix: update actions/setup-python SHA to v5 (a26af69)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent d0f574e commit dfd95bb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818

19-
- uses: actions/setup-python@28f21682f6f6fde8a77ac25de0efcc18b57a0971 # v5
19+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
2020
with:
2121
python-version: "3.13"
2222

@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3737

38-
- uses: actions/setup-python@28f21682f6f6fde8a77ac25de0efcc18b57a0971 # v5
38+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
3939
with:
4040
python-version: "3.13"
4141

@@ -67,7 +67,7 @@ jobs:
6767
steps:
6868
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6969

70-
- uses: actions/setup-python@28f21682f6f6fde8a77ac25de0efcc18b57a0971 # v5
70+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
7171
with:
7272
python-version: "3.13"
7373

@@ -85,7 +85,7 @@ jobs:
8585
steps:
8686
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8787

88-
- uses: actions/setup-python@28f21682f6f6fde8a77ac25de0efcc18b57a0971 # v5
88+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
8989
with:
9090
python-version: "3.13"
9191

0 commit comments

Comments
 (0)