Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

steps:
- name: Check out networking-recipe
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: ipdk-io/networking-recipe
submodules: recursive
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:

steps:
- name: Check out krnlmon repository
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Get list of changed Files
id: changed
Expand Down