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:
Scott Jungling
2024-08-13 22:34:16 +00:00
parent 667fdabbba
commit 9b7730c61f

View File

@@ -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