Skip to content

Commit 15da386

Browse files
authored
Apply suggestions from code review
1 parent 20e01ba commit 15da386

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
shell: bash
164164
- name: Set up pip cache
165165
# yamllint disable-line rule:line-length
166-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
166+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
167167
with:
168168
path: ${{ steps.pip-cache-dir.outputs.dir }}
169169
key: >-

.github/workflows/reusable-tox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
- name: Cache pre-commit.com virtualenvs
180180
if: inputs.toxenv == 'pre-commit'
181181
# yamllint disable-line rule:line-length
182-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
182+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
183183
with:
184184
path: ~/.cache/pre-commit
185185
key: >-
@@ -238,7 +238,7 @@ jobs:
238238
- name: Set up pip cache
239239
if: fromJSON(steps.py-abi.outputs.is-stable-abi)
240240
# yamllint disable-line rule:line-length
241-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
241+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
242242
with:
243243
path: ${{ steps.pip-cache-dir.outputs.dir }}
244244
key: >-

0 commit comments

Comments
 (0)