Skip to content

Commit 3540a36

Browse files
Update actions/checkout action to v4
1 parent 8f430c9 commit 3540a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
PAYLOAD_REPOSITORY: ${{ github.event.client_payload.repository }}
1818
PAYLOAD_PR_NUMBER: ${{ github.event.client_payload.pr_number }}
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
2121
- name: Set up Ruby
2222
uses: ruby/setup-ruby@v1
2323
with:

0 commit comments

Comments
 (0)