Skip to content

Commit

Permalink
chore(deps): Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent 87b9f80 commit 75cd47c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
with:
python-version: 3.13
- name: Check out src from Git
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

Check warning on line 114 in .github/workflows/ci-cd.yml

View workflow job for this annotation

GitHub Actions / pre-commit

114:71 [comments] too few spaces before comment

Check warning on line 114 in .github/workflows/ci-cd.yml

View workflow job for this annotation

GitHub Actions / pre-commit

114:71 [comments] too few spaces before comment

Check warning on line 114 in .github/workflows/ci-cd.yml

View workflow job for this annotation

GitHub Actions / pre-commit

114:71 [comments] too few spaces before comment

Check warning on line 114 in .github/workflows/ci-cd.yml

View workflow job for this annotation

GitHub Actions / 🧹 Linters / pre-commit@🐍3.13@ubuntu-latest

114:71 [comments] too few spaces before comment

Check warning on line 114 in .github/workflows/ci-cd.yml

View workflow job for this annotation

GitHub Actions / 🧹 Linters / pre-commit@🐍3.13@ubuntu-latest

114:71 [comments] too few spaces before comment
with:
fetch-depth: 0
- name: >-
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
echo "dir=$(python -m pip cache dir)" >> "${GITHUB_OUTPUT}"
shell: bash
- name: Set up pip cache
uses: actions/cache@v4
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4

Check warning on line 166 in .github/workflows/ci-cd.yml

View workflow job for this annotation

GitHub Actions / pre-commit

166:68 [comments] too few spaces before comment

Check warning on line 166 in .github/workflows/ci-cd.yml

View workflow job for this annotation

GitHub Actions / pre-commit

166:68 [comments] too few spaces before comment

Check warning on line 166 in .github/workflows/ci-cd.yml

View workflow job for this annotation

GitHub Actions / 🧹 Linters / pre-commit@🐍3.13@ubuntu-latest

166:68 [comments] too few spaces before comment

Check warning on line 166 in .github/workflows/ci-cd.yml

View workflow job for this annotation

GitHub Actions / 🧹 Linters / pre-commit@🐍3.13@ubuntu-latest

166:68 [comments] too few spaces before comment
with:
path: ${{ steps.pip-cache-dir.outputs.dir }}
key: >-
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:
python-version: 3.13

- name: Grab the source from Git
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

Check warning on line 278 in .github/workflows/ci-cd.yml

View workflow job for this annotation

GitHub Actions / pre-commit

278:71 [comments] too few spaces before comment

Check warning on line 278 in .github/workflows/ci-cd.yml

View workflow job for this annotation

GitHub Actions / pre-commit

278:71 [comments] too few spaces before comment

Check warning on line 278 in .github/workflows/ci-cd.yml

View workflow job for this annotation

GitHub Actions / 🧹 Linters / pre-commit@🐍3.13@ubuntu-latest

278:71 [comments] too few spaces before comment

Check warning on line 278 in .github/workflows/ci-cd.yml

View workflow job for this annotation

GitHub Actions / 🧹 Linters / pre-commit@🐍3.13@ubuntu-latest

278:71 [comments] too few spaces before comment
with:
fetch-depth: 0

Expand Down Expand Up @@ -303,7 +303,7 @@ jobs:
run: >-
echo "dir=$(python -m pip cache dir)" >> "${GITHUB_OUTPUT}"
- name: Set up pip cache
uses: actions/cache@v4
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4

Check warning on line 306 in .github/workflows/ci-cd.yml

View workflow job for this annotation

GitHub Actions / pre-commit

306:68 [comments] too few spaces before comment

Check warning on line 306 in .github/workflows/ci-cd.yml

View workflow job for this annotation

GitHub Actions / pre-commit

306:68 [comments] too few spaces before comment

Check warning on line 306 in .github/workflows/ci-cd.yml

View workflow job for this annotation

GitHub Actions / 🧹 Linters / pre-commit@🐍3.13@ubuntu-latest

306:68 [comments] too few spaces before comment

Check warning on line 306 in .github/workflows/ci-cd.yml

View workflow job for this annotation

GitHub Actions / 🧹 Linters / pre-commit@🐍3.13@ubuntu-latest

306:68 [comments] too few spaces before comment
with:
path: ${{ steps.pip-cache-dir.outputs.dir }}
key: >-
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/reusable-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
- name: Grab the source from Git
if: >-
contains(fromJSON('["pre-commit", "spellcheck-docs"]'), inputs.toxenv)
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

Check warning on line 169 in .github/workflows/reusable-tox.yml

View workflow job for this annotation

GitHub Actions / pre-commit

169:71 [comments] too few spaces before comment

Check warning on line 169 in .github/workflows/reusable-tox.yml

View workflow job for this annotation

GitHub Actions / pre-commit

169:71 [comments] too few spaces before comment

Check warning on line 169 in .github/workflows/reusable-tox.yml

View workflow job for this annotation

GitHub Actions / 🧹 Linters / pre-commit@🐍3.13@ubuntu-latest

169:71 [comments] too few spaces before comment

Check warning on line 169 in .github/workflows/reusable-tox.yml

View workflow job for this annotation

GitHub Actions / 🧹 Linters / pre-commit@🐍3.13@ubuntu-latest

169:71 [comments] too few spaces before comment
with:
ref: ${{ github.event.inputs.release-committish }}
- name: Retrieve the project source from an sdist inside the GHA artifact
Expand All @@ -179,7 +179,7 @@ jobs:

- name: Cache pre-commit.com virtualenvs
if: inputs.toxenv == 'pre-commit'
uses: actions/cache@v4
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4

Check warning on line 182 in .github/workflows/reusable-tox.yml

View workflow job for this annotation

GitHub Actions / pre-commit

182:68 [comments] too few spaces before comment

Check warning on line 182 in .github/workflows/reusable-tox.yml

View workflow job for this annotation

GitHub Actions / pre-commit

182:68 [comments] too few spaces before comment

Check warning on line 182 in .github/workflows/reusable-tox.yml

View workflow job for this annotation

GitHub Actions / 🧹 Linters / pre-commit@🐍3.13@ubuntu-latest

182:68 [comments] too few spaces before comment

Check warning on line 182 in .github/workflows/reusable-tox.yml

View workflow job for this annotation

GitHub Actions / 🧹 Linters / pre-commit@🐍3.13@ubuntu-latest

182:68 [comments] too few spaces before comment
with:
path: ~/.cache/pre-commit
key: >-
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
shell: bash
- name: Set up pip cache
if: fromJSON(steps.py-abi.outputs.is-stable-abi)
uses: actions/cache@v4
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4

Check warning on line 240 in .github/workflows/reusable-tox.yml

View workflow job for this annotation

GitHub Actions / pre-commit

240:68 [comments] too few spaces before comment

Check warning on line 240 in .github/workflows/reusable-tox.yml

View workflow job for this annotation

GitHub Actions / pre-commit

240:68 [comments] too few spaces before comment

Check warning on line 240 in .github/workflows/reusable-tox.yml

View workflow job for this annotation

GitHub Actions / 🧹 Linters / pre-commit@🐍3.13@ubuntu-latest

240:68 [comments] too few spaces before comment

Check warning on line 240 in .github/workflows/reusable-tox.yml

View workflow job for this annotation

GitHub Actions / 🧹 Linters / pre-commit@🐍3.13@ubuntu-latest

240:68 [comments] too few spaces before comment
with:
path: ${{ steps.pip-cache-dir.outputs.dir }}
key: >-
Expand Down Expand Up @@ -314,7 +314,7 @@ jobs:
if: >-
!cancelled()
&& steps.tox-run.outputs.test-result-files != ''
uses: test-summary/[email protected]
uses: test-summary/action@032c8a9cec6aaa3c20228112cae6ca10a3b29336 # v2.3

Check warning on line 317 in .github/workflows/reusable-tox.yml

View workflow job for this annotation

GitHub Actions / pre-commit

317:74 [comments] too few spaces before comment

Check warning on line 317 in .github/workflows/reusable-tox.yml

View workflow job for this annotation

GitHub Actions / pre-commit

317:74 [comments] too few spaces before comment

Check warning on line 317 in .github/workflows/reusable-tox.yml

View workflow job for this annotation

GitHub Actions / 🧹 Linters / pre-commit@🐍3.13@ubuntu-latest

317:74 [comments] too few spaces before comment

Check warning on line 317 in .github/workflows/reusable-tox.yml

View workflow job for this annotation

GitHub Actions / 🧹 Linters / pre-commit@🐍3.13@ubuntu-latest

317:74 [comments] too few spaces before comment
with:
paths: >-
${{ steps.tox-run.outputs.test-result-files }}
Expand All @@ -331,7 +331,7 @@ jobs:
&& steps.tox-run.outputs.cov-report-files != ''
&& steps.tox-run.outputs.test-result-files == ''
&& steps.tox-run.outputs.codecov-flags != 'MyPy'
uses: irongut/[email protected]
uses: irongut/CodeCoverageSummary@51cc3a756ddcd398d447c044c02cb6aa83fdae95 # v1.3.0

Check warning on line 334 in .github/workflows/reusable-tox.yml

View workflow job for this annotation

GitHub Actions / pre-commit

334:82 [comments] too few spaces before comment

Check failure on line 334 in .github/workflows/reusable-tox.yml

View workflow job for this annotation

GitHub Actions / pre-commit

334:81 [line-length] line too long (89 > 80 characters)

Check warning on line 334 in .github/workflows/reusable-tox.yml

View workflow job for this annotation

GitHub Actions / pre-commit

334:82 [comments] too few spaces before comment

Check failure on line 334 in .github/workflows/reusable-tox.yml

View workflow job for this annotation

GitHub Actions / pre-commit

334:81 [line-length] line too long (89 > 80 characters)

Check failure on line 334 in .github/workflows/reusable-tox.yml

View workflow job for this annotation

GitHub Actions / pre-commit

334:81 [line-length] line too long (89 > 80 characters)

Check warning on line 334 in .github/workflows/reusable-tox.yml

View workflow job for this annotation

GitHub Actions / 🧹 Linters / pre-commit@🐍3.13@ubuntu-latest

334:82 [comments] too few spaces before comment

Check failure on line 334 in .github/workflows/reusable-tox.yml

View workflow job for this annotation

GitHub Actions / 🧹 Linters / pre-commit@🐍3.13@ubuntu-latest

334:81 [line-length] line too long (89 > 80 characters)

Check warning on line 334 in .github/workflows/reusable-tox.yml

View workflow job for this annotation

GitHub Actions / 🧹 Linters / pre-commit@🐍3.13@ubuntu-latest

334:82 [comments] too few spaces before comment

Check failure on line 334 in .github/workflows/reusable-tox.yml

View workflow job for this annotation

GitHub Actions / 🧹 Linters / pre-commit@🐍3.13@ubuntu-latest

334:81 [line-length] line too long (89 > 80 characters)
with:
badge: true
filename: >-
Expand Down

0 comments on commit 75cd47c

Please sign in to comment.