Update actions/checkout action to v3

This commit is contained in:
Renovate Bot
2022-03-07 16:34:17 +00:00
parent 94825de355
commit c7d49970fc
5 changed files with 12 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
# Bump version on merging Pull Requests with specific labels.
# (bump:major,bump:minor,bump:patch)