Merge pull request #5 from onyx-and-iris/dependabot/github_actions/actions/setup-python-6

Bump actions/setup-python from 4 to 6
This commit is contained in:
Onyx and Iris 2026-02-09 00:56:48 +00:00 committed by GitHub
commit fb19a67e64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v6
with: with:
python-version: '3.11' python-version: '3.11'
cache: 'pip' cache: 'pip'