Skip to content

Commit f87b82e

Browse files
authored
Apply suggestions from code review
1 parent b0b1044 commit f87b82e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
steps:
108108
- name: Switch to using Python 3.13 by default
109109
# yamllint disable-line rule:line-length
110-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
110+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
111111
with:
112112
python-version: 3.13
113113
- name: Check out src from Git
@@ -270,7 +270,7 @@ jobs:
270270
steps:
271271
- name: Switch to using Python 3.13
272272
# yamllint disable-line rule:line-length
273-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
273+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
274274
with:
275275
python-version: 3.13
276276

.github/workflows/reusable-tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
by default
157157
id: python-install
158158
# yamllint disable-line rule:line-length
159-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
159+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
160160
with:
161161
python-version: ${{ inputs.python-version }}
162162

0 commit comments

Comments
 (0)