1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-11-21 13:55:02 +01:00

Merge pull request #33 from ilri/renovate/actions-checkout-4.x
All checks were successful
continuous-integration/drone/push Build is passing

Update actions/checkout action to v4
This commit is contained in:
Alan Orth 2023-10-25 12:22:47 +03:00 committed by GitHub
commit 1f507d3074
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ jobs:
- 5432:5432
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v4