kopia lustrzana https://github.com/linuxserver/docker-documentation
Bump actions/checkout from 3.4.0 to 3.5.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>pull/103/head
rodzic
6733b7fd18
commit
7e986b87b3
|
@ -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.4.0
|
- uses: actions/checkout@v3.5.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.4.0
|
- uses: actions/checkout@v3.5.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.4.0
|
- uses: actions/checkout@v3.5.0
|
||||||
with:
|
with:
|
||||||
fetch-depth: "0"
|
fetch-depth: "0"
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue