Merge pull request #45 from Kichiyaki/renovate/actions-checkout-3.x

chore(deps): update actions/checkout action to v3
This commit is contained in:
Dawid Wysokiński 2022-03-16 06:38:21 +01:00 committed by GitHub
commit f20fb7ff87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Get the version
id: get_version