Merge pull request #243 from linuxserver/dependabot/github_actions/actions/setup-python-5.2.0

pull/245/head
Adam 2024-09-08 18:32:23 +01:00 zatwierdzone przez GitHub
commit e990cdc5cb
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.1.0
uses: actions/setup-python@v5.2.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.1.0
uses: actions/setup-python@v5.2.0
with:
python-version: 3.x
- name: Get pip cache directory