kopia lustrzana https://github.com/linuxserver/docker-documentation
Merge pull request #146 from linuxserver/dependabot/github_actions/actions/checkout-4.1.0
Bump actions/checkout from 4.0.0 to 4.1.0pull/148/head
commit
f3956ee98d
|
@ -8,7 +8,7 @@ jobs:
|
||||||
name: Build docs
|
name: Build docs
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.0.0
|
- uses: actions/checkout@v4.1.0
|
||||||
- uses: actions/setup-python@v4.7.0
|
- uses: actions/setup-python@v4.7.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@v4.0.0
|
- uses: actions/checkout@v4.1.0
|
||||||
with:
|
with:
|
||||||
fetch-depth: '0'
|
fetch-depth: '0'
|
||||||
- uses: actions/setup-python@v4.7.0
|
- uses: actions/setup-python@v4.7.0
|
||||||
|
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
summary-syncer:
|
summary-syncer:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.0.0
|
- uses: actions/checkout@v4.1.0
|
||||||
with:
|
with:
|
||||||
fetch-depth: "0"
|
fetch-depth: "0"
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue