File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments