diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 915e257..e1a4b06 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -9,6 +9,6 @@ jobs: name: Conventional Commits runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: webiny/action-conventional-commits@v1.1.0