Merge pull request #23 from hyugogirubato/dependabot/github_actions/actions/checkout-5

Bump actions/checkout from 4 to 5
This commit is contained in:
hyugogirubato
2025-08-31 21:14:36 +02: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@v4
- uses: actions/checkout@v5
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5