Merge pull request #324 from linuxserver/dependabot/github_actions/actions/setup-python-5.6.0

Roxedus 2025-08-21 10:32:34 +02:00 zatwierdzone przez GitHub
commit 7cc1cbb342
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -19,7 +19,7 @@ jobs:
docs
scripts
- name: Setup python
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v5.6.0
with:
python-version: 3.x
- name: Get pip cache directory
@ -68,7 +68,7 @@ jobs:
docs
scripts
- name: Setup python
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v5.6.0
with:
python-version: 3.x
- name: Get pip cache directory