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 43b89a7 commit 759f408
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@ jobs:

steps:
- name: Switch to using Python 3.13 by default
uses: actions/setup-python@v5
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5

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

View workflow job for this annotation

GitHub Actions / pre-commit

109:75 [comments] too few spaces before comment

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

View workflow job for this annotation

GitHub Actions / pre-commit

109:75 [comments] too few spaces before comment

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

View workflow job for this annotation

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

109:75 [comments] too few spaces before comment

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

View workflow job for this annotation

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

109:75 [comments] too few spaces before comment
with:
python-version: 3.13
- name: Check out src from Git
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

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

View workflow job for this annotation

GitHub Actions / pre-commit

113:71 [comments] too few spaces before comment

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

View workflow job for this annotation

GitHub Actions / pre-commit

113:71 [comments] too few spaces before comment

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

View workflow job for this annotation

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

113:71 [comments] too few spaces before comment

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

View workflow job for this annotation

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

113:71 [comments] too few spaces before comment
with:
fetch-depth: 0
- name: >-
Expand Down Expand Up @@ -162,7 +162,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 165 in .github/workflows/ci-cd.yml

View workflow job for this annotation

GitHub Actions / pre-commit

165:68 [comments] too few spaces before comment

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

View workflow job for this annotation

GitHub Actions / pre-commit

165:68 [comments] too few spaces before comment

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

View workflow job for this annotation

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

165:68 [comments] too few spaces before comment

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

View workflow job for this annotation

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

165:68 [comments] too few spaces before comment
with:
path: ${{ steps.pip-cache-dir.outputs.dir }}
key: >-
Expand Down Expand Up @@ -268,12 +268,12 @@ jobs:

steps:
- name: Switch to using Python 3.13
uses: actions/setup-python@v5
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5

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

View workflow job for this annotation

GitHub Actions / pre-commit

271:75 [comments] too few spaces before comment

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

View workflow job for this annotation

GitHub Actions / pre-commit

271:75 [comments] too few spaces before comment

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

View workflow job for this annotation

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

271:75 [comments] too few spaces before comment

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

View workflow job for this annotation

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

271:75 [comments] too few spaces before comment
with:
python-version: 3.13

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

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

View workflow job for this annotation

GitHub Actions / pre-commit

276:71 [comments] too few spaces before comment

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

View workflow job for this annotation

GitHub Actions / pre-commit

276:71 [comments] too few spaces before comment

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

View workflow job for this annotation

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

276:71 [comments] too few spaces before comment

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

View workflow job for this annotation

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

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

Expand Down Expand Up @@ -301,7 +301,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 304 in .github/workflows/ci-cd.yml

View workflow job for this annotation

GitHub Actions / pre-commit

304:68 [comments] too few spaces before comment

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

View workflow job for this annotation

GitHub Actions / pre-commit

304:68 [comments] too few spaces before comment

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

View workflow job for this annotation

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

304:68 [comments] too few spaces before comment

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

View workflow job for this annotation

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

304:68 [comments] too few spaces before comment
with:
path: ${{ steps.pip-cache-dir.outputs.dir }}
key: >-
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/reusable-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
Switch to using Python v${{ inputs.python-version }}
by default
id: python-install
uses: actions/setup-python@v5
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5

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

View workflow job for this annotation

GitHub Actions / pre-commit

158:75 [comments] too few spaces before comment

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

View workflow job for this annotation

GitHub Actions / pre-commit

158:75 [comments] too few spaces before comment

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

View workflow job for this annotation

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

158:75 [comments] too few spaces before comment

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

View workflow job for this annotation

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

158:75 [comments] too few spaces before comment
with:
python-version: ${{ inputs.python-version }}
Expand All @@ -165,7 +165,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 168 in .github/workflows/reusable-tox.yml

View workflow job for this annotation

GitHub Actions / pre-commit

168:71 [comments] too few spaces before comment

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

View workflow job for this annotation

GitHub Actions / pre-commit

168:71 [comments] too few spaces before comment

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

View workflow job for this annotation

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

168:71 [comments] too few spaces before comment

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

View workflow job for this annotation

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

168: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 @@ -178,7 +178,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 181 in .github/workflows/reusable-tox.yml

View workflow job for this annotation

GitHub Actions / pre-commit

181:68 [comments] too few spaces before comment

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

View workflow job for this annotation

GitHub Actions / pre-commit

181:68 [comments] too few spaces before comment

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

View workflow job for this annotation

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

181:68 [comments] too few spaces before comment

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

View workflow job for this annotation

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

181:68 [comments] too few spaces before comment
with:
path: ~/.cache/pre-commit
key: >-
Expand Down Expand Up @@ -236,7 +236,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 239 in .github/workflows/reusable-tox.yml

View workflow job for this annotation

GitHub Actions / pre-commit

239:68 [comments] too few spaces before comment

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

View workflow job for this annotation

GitHub Actions / pre-commit

239:68 [comments] too few spaces before comment

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

View workflow job for this annotation

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

239:68 [comments] too few spaces before comment

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

View workflow job for this annotation

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

239:68 [comments] too few spaces before comment
with:
path: ${{ steps.pip-cache-dir.outputs.dir }}
key: >-
Expand All @@ -263,7 +263,7 @@ jobs:
- name: Download all the dists
if: >-
contains(fromJSON('["metadata-validation", "pytest"]'), inputs.toxenv)
uses: actions/download-artifact@v4
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4

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

View workflow job for this annotation

GitHub Actions / pre-commit

266:81 [line-length] line too long (83 > 80 characters)

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

View workflow job for this annotation

GitHub Actions / pre-commit

266:81 [line-length] line too long (83 > 80 characters)

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

View workflow job for this annotation

GitHub Actions / pre-commit

266:81 [line-length] line too long (83 > 80 characters)

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

View workflow job for this annotation

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

266:81 [line-length] line too long (83 > 80 characters)

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

View workflow job for this annotation

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

266:81 [line-length] line too long (83 > 80 characters)
with:
name: ${{ inputs.dists-artifact-name }}
path: dist/
Expand Down Expand Up @@ -312,7 +312,7 @@ jobs:
if: >-
!cancelled()
&& steps.tox-run.outputs.test-result-files != ''
uses: test-summary/[email protected]
uses: test-summary/action@032c8a9cec6aaa3c20228112cae6ca10a3b29336 # v2.3
with:
paths: >-
${{ steps.tox-run.outputs.test-result-files }}
Expand All @@ -329,7 +329,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 failure on line 332 in .github/workflows/reusable-tox.yml

View workflow job for this annotation

GitHub Actions / pre-commit

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

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

View workflow job for this annotation

GitHub Actions / pre-commit

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

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

View workflow job for this annotation

GitHub Actions / pre-commit

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

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

View workflow job for this annotation

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

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

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

View workflow job for this annotation

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

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

0 comments on commit 759f408

Please sign in to comment.