mirror of
https://github.com/jlengrand/moderne-docs.git
synced 2026-03-10 08:31:21 +00:00
refactor: Change GitHub Action checkout v4
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.github.ChangeActionVersion?organizationId=TW9kZXJuZQ%3D%3D Co-authored-by: Moderne <team@moderne.io>
This commit is contained in:
2
.github/workflows/find-broken-links.yml
vendored
2
.github/workflows/find-broken-links.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- name: Find broken references
|
||||
run: |
|
||||
if grep -r --exclude-dir=.github "broken-reference" . ; then
|
||||
|
||||
Reference in New Issue
Block a user