kopia lustrzana https://github.com/linuxserver/docker-documentation
Merge pull request #159 from linuxserver/dependabot/github_actions/actions/checkout-4.1.1
Bump actions/checkout from 4.1.0 to 4.1.1pull/160/head
commit
e38002a535
|
@ -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.1.0
|
- uses: actions/checkout@v4.1.1
|
||||||
- uses: actions/setup-python@v4.7.1
|
- uses: actions/setup-python@v4.7.1
|
||||||
with:
|
with:
|
||||||
python-version: 3.x
|
python-version: 3.x
|
||||||
|
@ -25,7 +25,7 @@ jobs:
|
||||||
name: Deploy docs
|
name: Deploy docs
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.0
|
- uses: actions/checkout@v4.1.1
|
||||||
with:
|
with:
|
||||||
fetch-depth: '0'
|
fetch-depth: '0'
|
||||||
- uses: actions/setup-python@v4.7.1
|
- uses: actions/setup-python@v4.7.1
|
||||||
|
|
Ładowanie…
Reference in New Issue