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.
2 parents 86a8190 + 60a005d commit e8233b4Copy full SHA for e8233b4
3 files changed
.github/workflows/commitlint.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Checkout repository
12
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
13
with:
14
fetch-depth: 0
15
.github/workflows/release-please.yml
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
- name: Configure Git user
37
run: |
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
16
17
18
- name: Setup Java
19
if: matrix.os == 'windows-latest'
0 commit comments