Merge pull request #36 from fosskers/dependabot/github_actions/actions/checkout-5

chore(deps): bump actions/checkout from 4 to 5
This commit is contained in:
Colin Woodbury
2025-08-12 09:51:01 +09:00
committed by GitHub
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Build
run: cargo build --verbose
- name: Run tests