Merge pull request #97 from linuxserver/dependabot/github_actions/actions/checkout-3.4.0

Bump actions/checkout from 3.3.0 to 3.4.0
pull/101/head
Eric Nemchik 2023-03-20 07:06:42 -05:00 zatwierdzone przez GitHub
commit 198b55c63b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -8,7 +8,7 @@ jobs:
name: Build docs name: Build docs
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3.3.0 - uses: actions/checkout@v3.4.0
- uses: actions/setup-python@v4.5.0 - uses: actions/setup-python@v4.5.0
with: with:
python-version: 3.x python-version: 3.x
@ -28,7 +28,7 @@ jobs:
name: Deploy docs name: Deploy docs
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3.3.0 - uses: actions/checkout@v3.4.0
with: with:
fetch-depth: '0' fetch-depth: '0'
- uses: actions/setup-python@v4.5.0 - uses: actions/setup-python@v4.5.0

Wyświetl plik

@ -12,7 +12,7 @@ jobs:
summary-syncer: summary-syncer:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3.3.0 - uses: actions/checkout@v3.4.0
with: with:
fetch-depth: "0" fetch-depth: "0"