Skip to content

Commit f3d542b

Browse files
authored
Merge pull request #21 from ManageIQ/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents 8f430c9 + 3540a36 commit f3d542b

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)