We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f5fb9a + 0092810 commit 00e1f5eCopy full SHA for 00e1f5e
2 files changed
.github/workflows/dco-check.yml
@@ -25,7 +25,7 @@ jobs:
25
runs-on: ubuntu-latest
26
steps:
27
- name: Check out repo
28
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
29
- name: Install dco-check
30
run: pip install dco-check
31
- name: Check signoffs
.github/workflows/dco-report.yml
@@ -34,7 +34,7 @@ jobs:
34
if: ${{ github.event.workflow_run.event == 'pull_request' }}
35
36
- name: Download state
37
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
38
with:
39
name: result
40
path: result
0 commit comments