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

This commit is contained in:
renovate[bot] 2025-08-11 13:42:58 +00:00 committed by GitHub
parent 15b03d7561
commit 5bf3fbc10e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Set up Node.js
uses: oven-sh/setup-bun@v2