fix: update actions/checkout from v3 to v4

This commit is contained in:
qwjyh 2024-12-01 21:01:11 +09:00
parent 0abf9c0693
commit a7fa40f12d

View file

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests