Update actions/checkout action to v4

This commit is contained in:
renovate[bot] 2023-09-04 12:52:02 +00:00 committed by GitHub
parent 74aba44ae7
commit 6211aa5335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: Setup Python
uses: actions/setup-python@v4
with: