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

This commit is contained in:
DJ2LS 2023-12-08 23:10:28 +01:00 committed by GitHub
commit 031749218c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -223,7 +223,7 @@ jobs:
repository: DJ2LS/FreeDATA
- name: Set up Python 3.11
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"

View file

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