mirror of
https://github.com/testthedocs/awesome-docs.git
synced 2026-07-21 04:03:48 -05:00
Merge pull request #57 from testthedocs/dependabot/github_actions/actions/checkout-6
chore(deps): bump actions/checkout from 5 to 6
This commit is contained in:
@@ -8,7 +8,7 @@ jobs:
|
||||
linkChecker:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- name: Link Checker
|
||||
id: lychee
|
||||
|
||||
@@ -6,7 +6,7 @@ jobs:
|
||||
linkChecker:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- name: Link Checker
|
||||
id: lychee
|
||||
|
||||
Reference in New Issue
Block a user