Skip to content

Commit

Permalink
Merge branch 'main' into ipv6_ecmp_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
n-sandeep authored Jan 12, 2024
2 parents a175dd5 + 2b1dc36 commit 554f7b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

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

steps:
- name: Check out networking-recipe
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ipdk-io/networking-recipe
submodules: recursive
Expand Down Expand Up @@ -130,11 +130,11 @@ jobs:

steps:
- name: Check out krnlmon repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get list of changed Files
id: changes
uses: tj-actions/changed-files@v40
uses: tj-actions/changed-files@v41
with:
files: |
**.c
Expand Down

0 comments on commit 554f7b8

Please sign in to comment.