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:
2026-02-09 00:56:48 +00:00
committed by GitHub

View File

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