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 dc7f455 commit e030e06Copy full SHA for e030e06
.github/workflows/conventional-commits.yml
@@ -12,5 +12,5 @@ jobs:
12
name: Conventional Commits
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
- uses: webiny/action-conventional-commits@v1.3.0
.github/workflows/renovate-automatic-approval.yml
@@ -9,7 +9,7 @@ jobs:
9
10
11
- name: Checkout code
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
- name: Install GitHub CLI
run: sudo apt-get install -y gh
0 commit comments