Update actions

This commit is contained in:
KnugiHK
2026-03-21 18:00:50 +08:00
parent 2b54225689
commit 8781459547
3 changed files with 12 additions and 12 deletions

View File

@@ -22,9 +22,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: '3.x'
- name: Install dependencies