Merge pull request #203 from linuxserver/dependabot/github_actions/actions/setup-python-5.1.0

pull/213/head
Roxedus 2024-04-29 13:37:13 +02:00 zatwierdzone przez GitHub
commit 840045a1b8
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.0.0
uses: actions/setup-python@v5.1.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.0.0
uses: actions/setup-python@v5.1.0
with:
python-version: 3.x
- name: Get pip cache directory