Merge pull request #29 from hyugogirubato/dependabot/github_actions/actions/checkout-6

Bump actions/checkout from 5 to 6
This commit is contained in:
hyugogirubato
2025-11-30 14:59:33 +01:00
committed by GitHub
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6