Merge pull request #9 from onyx-and-iris/dependabot/github_actions/actions/setup-python-7

Bump actions/setup-python from 6 to 7
This commit is contained in:
2026-07-20 10:57:02 +01:00
committed by GitHub

View File

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