1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-05-08 22:26:04 +02:00

Update actions/checkout action to v4
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
renovate[bot]
2023-10-19 11:02:08 +00:00
committed by GitHub
parent fe9f98bcc0
commit 3d91366412

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