Update actions/checkout action to v5
Some checks failed
test-build / build (pull_request) Failing after 3s

This commit is contained in:
2025-09-02 00:02:16 +00:00
parent 17b903afe0
commit 7e4884f446
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Set up pnpm
uses: pnpm/action-setup@v4