Merge pull request #5 from senju1337/dependabot/github_actions/actions/setup-python-5

chore(deps): bump actions/setup-python from 4 to 5
This commit is contained in:
Christoph J. Scherr 2025-02-26 23:06:59 +01:00 committed by GitHub
commit 15ef402dca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}