We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3048fe7 + b54f59a commit 8f6011dCopy full SHA for 8f6011d
.github/workflows/template.yml
@@ -28,7 +28,7 @@ jobs:
28
runs-on: ubuntu-latest
29
steps:
30
- name: Checkout repository
31
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
32
with:
33
fetch-depth: 0
34
- name: Configure git
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: check-case-conflict
11
- id: detect-private-key
12
- repo: https://github.com/crate-ci/typos
13
- rev: v1.42.1
+ rev: v1.42.3
14
hooks:
15
- id: typos
16
- repo: https://github.com/crate-ci/committed
0 commit comments