mirror of
https://github.com/testthedocs/awesome-docs.git
synced 2026-07-16 14:31:25 -05:00
Merge pull request #19 from testthedocs/dependabot/github_actions/actions/checkout-4
chore(deps): bump actions/checkout from 3 to 4
This commit is contained in:
2
.github/workflows/cron-linkcheck.yml
vendored
2
.github/workflows/cron-linkcheck.yml
vendored
@@ -8,7 +8,7 @@ jobs:
|
||||
linkChecker:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Link Checker
|
||||
id: lychee
|
||||
|
||||
2
.github/workflows/linkcheck-on-pr.yml
vendored
2
.github/workflows/linkcheck-on-pr.yml
vendored
@@ -6,7 +6,7 @@ jobs:
|
||||
linkChecker:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Link Checker
|
||||
id: lychee
|
||||
|
||||
Reference in New Issue
Block a user