chore(deps): update actions/checkout action to v5

This commit is contained in:
renovate[bot] 2025-08-11 15:48:29 +00:00 committed by GitHub
parent 9a019396c8
commit ef5ece3748
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup Node.js
uses: actions/setup-node@v4
with: