Merge pull request #4 from ublue-os/dependabot/github_actions/actions/checkout-3

chore(deps): bump actions/checkout from 2 to 3
This commit is contained in:
Kyle Gospodnetich 2023-02-26 22:37:09 -08:00 committed by GitHub
commit 8f5d758d4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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