Skip to content

Commit fdca57c

Browse files
authored
Merge pull request #27 from ManageIQ/renovate/actions-checkout-6.x
2 parents 8aea9bd + 93b73d1 commit fdca57c

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@v5
20+
- uses: actions/checkout@v6
2121
- name: Set up Ruby
2222
uses: ruby/setup-ruby@v1
2323
with:

0 commit comments

Comments
 (0)