Merge pull request #24 from ilri/renovate/actions-checkout-4.x
continuous-integration/drone/push Build is passing Details

Update actions/checkout action to v4
This commit is contained in:
Alan Orth 2023-10-15 23:39:45 +03:00 committed by GitHub
commit 1c03999582
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v4