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

This commit is contained in:
renovate[bot] 2025-11-20 16:40:42 +00:00 committed by GitHub
parent 128b118382
commit 2a5f99221b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

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