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

This commit is contained in:
renovate[bot] 2023-11-05 23:40:08 +00:00 committed by GitHub
parent 88e8ea974a
commit 2252f796e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Get the release version from the tag
shell: bash