diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ac04bba..a0f9ee5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,5 +14,5 @@ jobs: name: conventional commits runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: webiny/action-conventional-commits@v1.3.0