Compare commits

..

13 Commits

Author SHA1 Message Date
pre-commit-ci[bot]
de901a3959 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/python-jsonschema/check-jsonschema: 0.35.0 → 0.36.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.35.0...0.36.0)
2025-12-22 17:19:34 +00:00
Jonas Bushart
9aec10154e Merge pull request #131 from actions-rust-lang/pre-commit-ci-update-config 2025-12-15 19:24:08 +01:00
Jonas Bushart
f9a3578e8c Merge pull request #132 from actions-rust-lang/dependabot/github_actions/actions/cache-5.0.1 2025-12-15 19:23:41 +01:00
dependabot[bot]
0e5244db81 Bump actions/cache from 4.3.0 to 5.0.1
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](0057852bfa...9255dc7a25)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-15 18:03:33 +00:00
pre-commit-ci[bot]
bb29bb53c4 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.19.0...v1.19.1)
2025-12-15 17:26:24 +00:00
Jonas Bushart
c1d86a51cc Merge pull request #130 from actions-rust-lang/pre-commit-ci-update-config 2025-12-08 20:34:05 +01:00
pre-commit-ci[bot]
0495a18b2d [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/psf/black-pre-commit-mirror: 25.11.0 → 25.12.0](https://github.com/psf/black-pre-commit-mirror/compare/25.11.0...25.12.0)
2025-12-08 17:26:44 +00:00
Jonas Bushart
4328b3826d Merge pull request #129 from actions-rust-lang/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2025-12-01 18:44:04 +01:00
pre-commit-ci[bot]
6d8012fcb1 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.18.2...v1.19.0)
2025-12-01 17:30:58 +00:00
Jonas Bushart
e9f7fe6049 Merge pull request #128 from actions-rust-lang/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2025-11-24 19:44:45 +01:00
Jonas Bushart
9ef54f77f4 Merge pull request #127 from actions-rust-lang/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2025-11-24 19:43:26 +01:00
dependabot[bot]
70479848c2 Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-24 18:37:49 +00:00
pre-commit-ci[bot]
2d82ccc655 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/asottile/pyupgrade: v3.21.1 → v3.21.2](https://github.com/asottile/pyupgrade/compare/v3.21.1...v3.21.2)
2025-11-24 17:27:05 +00:00
3 changed files with 6 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Get version from tag
id: tag_name
run: |

View File

@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 25.11.0
rev: 25.12.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -20,18 +20,18 @@ repos:
- id: isort
args: ["--profile=black"]
- repo: https://github.com/asottile/pyupgrade
rev: v3.21.1
rev: v3.21.2
hooks:
- id: pyupgrade
args: ["--py37-plus"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.18.2
rev: v1.19.1
hooks:
- id: mypy
additional_dependencies:
- types-requests
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.35.0
rev: 0.36.0
hooks:
- id: check-dependabot
- id: check-github-actions

View File

@@ -38,7 +38,7 @@ runs:
run: echo "cargohome=${CARGO_HOME:-$HOME/.cargo}" >> $GITHUB_OUTPUT
shell: bash
id: cargo-home
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
id: cache
with:
path: |