1
0
Fork 0
mirror of https://github.com/astro/buzzrelay.git synced 2025-01-05 08:48:43 +00:00

Update actions/checkout action to v4

This commit is contained in:
renovate[bot] 2024-07-24 02:54:18 +00:00 committed by GitHub
parent 6cf9f20787
commit 01ed26f71a
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