We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9cf66a + 1a7079b commit 8aea9bdCopy full SHA for 8aea9bd
.github/workflows/deploy.yaml
@@ -17,7 +17,7 @@ jobs:
17
PAYLOAD_REPOSITORY: ${{ github.event.client_payload.repository }}
18
PAYLOAD_PR_NUMBER: ${{ github.event.client_payload.pr_number }}
19
steps:
20
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
21
- name: Set up Ruby
22
uses: ruby/setup-ruby@v1
23
with:
0 commit comments