mirror of
https://github.com/linuxserver/docker-documentation.git
synced 2026-02-19 18:14:15 +08:00
Merge pull request #103 from linuxserver/dependabot/github_actions/actions/checkout-3.5.0
Bump actions/checkout from 3.4.0 to 3.5.0
This commit is contained in:
commit
64ae73221d
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
name: Build docs
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3.4.0
|
||||
- uses: actions/checkout@v3.5.0
|
||||
- uses: actions/setup-python@v4.5.0
|
||||
with:
|
||||
python-version: 3.x
|
||||
@ -28,7 +28,7 @@ jobs:
|
||||
name: Deploy docs
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3.4.0
|
||||
- uses: actions/checkout@v3.5.0
|
||||
with:
|
||||
fetch-depth: '0'
|
||||
- uses: actions/setup-python@v4.5.0
|
||||
|
||||
2
.github/workflows/sync.yml
vendored
2
.github/workflows/sync.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
summary-syncer:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3.4.0
|
||||
- uses: actions/checkout@v3.5.0
|
||||
with:
|
||||
fetch-depth: "0"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user