Skip to content

Commit 7a2a72c

Browse files
authored
Apply suggestions from code review
1 parent 521d4c2 commit 7a2a72c

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
@@ -111,7 +111,7 @@ jobs:
111111
python-version: 3.13
112112
- name: Check out src from Git
113113
# yamllint disable-line rule:line-length
114-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
114+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
115115
with:
116116
fetch-depth: 0
117117
- name: >-
@@ -275,7 +275,7 @@ jobs:
275275

276276
- name: Grab the source from Git
277277
# yamllint disable-line rule:line-length
278-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
278+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
279279
with:
280280
fetch-depth: 0
281281

.github/workflows/reusable-tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
if: >-
167167
contains(fromJSON('["pre-commit", "spellcheck-docs"]'), inputs.toxenv)
168168
# yamllint disable-line rule:line-length
169-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
169+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
170170
with:
171171
ref: ${{ github.event.inputs.release-committish }}
172172
- name: Retrieve the project source from an sdist inside the GHA artifact

0 commit comments

Comments
 (0)