Skip to content

Commit 00e1f5e

Browse files
authored
Merge pull request #12 from bgilbert/actions
workflows: bump action versions
2 parents 5f5fb9a + 0092810 commit 00e1f5e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dco-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Check out repo
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929
- name: Install dco-check
3030
run: pip install dco-check
3131
- name: Check signoffs

.github/workflows/dco-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: ${{ github.event.workflow_run.event == 'pull_request' }}
3535
steps:
3636
- name: Download state
37-
uses: actions/download-artifact@v4
37+
uses: actions/download-artifact@v5
3838
with:
3939
name: result
4040
path: result

0 commit comments

Comments
 (0)