Compare commits

...

2 Commits

Author SHA1 Message Date
Aminda Suomalainen 049bdf2c19
pre-commit autoupdate 2023-09-04 19:59:18 +03:00
dependabot[bot] 411b9d6d36
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 16:32:07 +00:00
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
# This is needed for workflows running on
# ubuntu-20.04 or later

View File

@ -18,7 +18,7 @@ repos:
- id: fix-byte-order-marker
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.2
rev: 0.26.3
hooks:
- id: check-dependabot
- id: check-github-actions
@ -26,7 +26,7 @@ repos:
- id: check-gitlab-ci
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0"
rev: "v3.0.3"
hooks:
- id: prettier