Skip to content

Commit 0ced957

Browse files
authored
Update github_app.md (#381)
`actions/checkout` is now at v4 At the time of making this PR at 4.1.7. See https://github.com/actions/checkout/releases/
1 parent f02be55 commit 0ced957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/github_app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
lint_migrations:
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@v1
33+
- uses: actions/checkout@v4
3434
- name: Find modified migrations
3535
run: |
3636
modified_migrations=$(git diff --name-only origin/$GITHUB_BASE_REF...origin/$GITHUB_HEAD_REF 'migrations/*.sql')

0 commit comments

Comments
 (0)