Skip to content

Commit ad5b23c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ jobs:
303303
echo "dir=$(python -m pip cache dir)" >> "${GITHUB_OUTPUT}"
304304
- name: Set up pip cache
305305
# yamllint disable-line rule:line-length
306-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
306+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
307307
with:
308308
path: ${{ steps.pip-cache-dir.outputs.dir }}
309309
key: >-

0 commit comments

Comments
 (0)