Merge pull request #27 from astro/renovate/actions-checkout-4.x

Update actions/checkout action to v4
This commit is contained in:
Astro 2024-08-02 23:45:51 +02:00 committed by GitHub
commit a54def13c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ jobs:
steps:
- name: Dependencies
run: sudo apt-get install -y libsystemd-dev
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests