.gitea/workflows: update actions/checkout: v4 -> v6
Some checks failed
Test / test (push) Failing after 2m6s

This commit is contained in:
2025-12-08 18:54:44 +09:00
parent 8ae8d4ebd1
commit aba99a8996

View File

@@ -9,7 +9,7 @@ jobs:
test:
runs-on: debian-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: apt-get install dependencies
run: |