chore(deps): update actions/checkout action to v3

This commit is contained in:
Renovate Bot 2022-03-01 20:40:10 +00:00
parent c565af3cc6
commit 57c8f9b396
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B

View File

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