mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-11 04:14:38 +00:00
Merge pull request #554 from yeasy/dependabot/github_actions/actions/checkout-6.0.2
chore(deps): bump actions/checkout from 4.1.1 to 6.0.2
This commit is contained in:
2
.github/workflows/check-link.yml
vendored
2
.github/workflows/check-link.yml
vendored
@@ -8,7 +8,7 @@ jobs:
|
|||||||
name: check-link
|
name: check-link
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.1
|
- uses: actions/checkout@v6.0.2
|
||||||
# search Issues :-(
|
# search Issues :-(
|
||||||
- run: |
|
- run: |
|
||||||
docker run -i --rm \
|
docker run -i --rm \
|
||||||
|
|||||||
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
name: Build
|
name: Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.1
|
- uses: actions/checkout@v6.0.2
|
||||||
- name: Build Gitbook
|
- name: Build Gitbook
|
||||||
uses: docker://yeasy/docker_practice
|
uses: docker://yeasy/docker_practice
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user