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 ed08511 commit c49bf30Copy full SHA for c49bf30
.github/workflows/bump.yml
@@ -15,7 +15,7 @@ jobs:
15
- ci
16
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
with:
20
fetch-depth: 0
21
ssh-key: "${{ secrets.DEPLOY_SSH_KEY }}"
.github/workflows/ci.yml
runs-on: ubuntu-latest
- uses: actions/setup-go@v4
go-version: stable
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
37
- run: pip3 install -U Commitizen
0 commit comments