We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7add4c8 + 03af0ed commit 779309aCopy full SHA for 779309a
2 files changed
.github/workflows/bump-version.yml
@@ -4,10 +4,15 @@ on:
4
push:
5
branches:
6
- main
7
+ paths-ignore:
8
+ - .pre-commit-config.yaml
9
+ - shell.nix
10
+ - README.md
11
+ - .github/**
12
13
jobs:
14
bump-version:
- runs-on: ubuntu-latest
15
+ runs-on: ubuntu-22.04
16
steps:
17
- uses: actions/checkout@v4
18
with:
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.4.0
+ rev: v4.5.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
0 commit comments