Skip to content

Commit c0dee6e

Browse files
authored
Bump README versions (#365)
1 parent 1b6789a commit c0dee6e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ jobs:
2828
hasura-change-summary:
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@v3
31+
- name: Checkout code
32+
uses: actions/checkout@v4
3233

3334
- name: Detect Hasura metadata changes
34-
uses: Fieldguide/action-hasura-change-summary@v2
35+
uses: Fieldguide/action-hasura-change-summary@v3
3536
id: hasura-change-summary
3637
with:
3738
hasura_endpoint: https://my-pr-${{ github.event.number }}-app.example.com

0 commit comments

Comments
 (0)