We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d60286 commit e8c0354Copy full SHA for e8c0354
.github/workflows/commit-check.yml
@@ -10,7 +10,7 @@ jobs:
10
commit-check:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
14
- uses: commit-check/commit-check-action@v1
15
with:
16
message: true
.github/workflows/main.yaml
@@ -19,7 +19,7 @@ jobs:
19
re-tag:
20
21
22
23
24
fetch-depth: 0
25
ref: ${{ inputs.ref }}
0 commit comments