Skip to content

Commit

Permalink
Merge pull request #82 from ipdk-io/dependabot/github_actions/robinra…
Browse files Browse the repository at this point in the history
…ju/release-downloader-1.9

Bump robinraju/release-downloader from 1.8 to 1.9
  • Loading branch information
5abeel authored Jan 29, 2024
2 parents e10cfc0 + 3cccaeb commit c3a4572
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 @@ -45,7 +45,7 @@ jobs:
path: recipe

- name: Install dpdk-sde
uses: robinraju/release-downloader@v1.8
uses: robinraju/release-downloader@v1.9
with:
repository: ${{ env.SDE_REPOSITORY }}
tag: ${{ env.SDE_TAG }}
Expand All @@ -55,7 +55,7 @@ jobs:
rm $SDE_FILENAME
- name: Install stratum-deps
uses: robinraju/release-downloader@v1.8
uses: robinraju/release-downloader@v1.9
with:
repository: ${{ env.DEPS_REPOSITORY }}
tag: ${{ env.DEPS_TAG }}
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
path: recipe

- name: Install dpdk-sde
uses: robinraju/release-downloader@v1.8
uses: robinraju/release-downloader@v1.9
with:
repository: ${{ env.SDE_REPOSITORY }}
tag: ${{ env.SDE_TAG }}
Expand All @@ -101,7 +101,7 @@ jobs:
rm $SDE_FILENAME
- name: Install stratum-deps
uses: robinraju/release-downloader@v1.8
uses: robinraju/release-downloader@v1.9
with:
repository: ${{ env.DEPS_REPOSITORY }}
tag: ${{ env.DEPS_TAG }}
Expand Down

0 comments on commit c3a4572

Please sign in to comment.