kopia lustrzana https://github.com/linuxserver/docker-documentation
Merge pull request #97 from linuxserver/dependabot/github_actions/actions/checkout-3.4.0
Bump actions/checkout from 3.3.0 to 3.4.0pull/101/head
commit
198b55c63b
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue