Update actions/checkout action to v4

This commit is contained in:
Renovate Bot 2025-04-13 08:31:08 +00:00
parent 73fec07c28
commit 13b5920f54
No known key found for this signature in database
GPG key ID: 8AC4BEEB5900F976
6 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@ jobs:
integration:
runs-on: docker
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Unit tests of the supporting script forgejo-release.sh
run: |