Merge pull request #260 from linuxserver/dependabot/github_actions/actions/setup-python-5.3.0

pull/258/head
Roxedus 2024-11-03 19:44:58 +01:00 zatwierdzone przez GitHub
commit d971470c36
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:
sparse-checkout: |
docs
- name: Setup python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: 3.x
- name: Get pip cache directory
@ -51,7 +51,7 @@ jobs:
sparse-checkout: |
docs
- name: Setup python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: 3.x
- name: Get pip cache directory