Skip to content

Commit

Permalink
Merge pull request #152 from meshery/leecalcote/ci/chore/deps
Browse files Browse the repository at this point in the history
chore: [CI] update dependencies
  • Loading branch information
leecalcote authored Dec 15, 2023
2 parents e31cf51 + 0f95c2e commit 72851ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2etests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
adapter_version: ${{ env.version }}
steps:
- name: Checkout Code
uses: actions/checkout@master
uses: actions/checkout@4
- name: Get version of adapter
run: |
if [ ${{ github.event_name }} == "release" ];then
Expand All @@ -34,7 +34,7 @@ jobs:
yq e -i '.services.cilium.version="${{ steps.glrt.outputs.release }}"' ./.github/install/deploy.yaml
cat ./.github/install/deploy.yaml
- name: Uploading file
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v4
with:
name: patternfile
path: ./.github/install/deploy.yaml
Expand All @@ -51,7 +51,7 @@ jobs:
adapter_name: cilium
patternfile_name: deploy.yaml
provider: Local
k8s_version: v1.20.1
k8s_version: v1.29.0
sm_version: ${{ needs.SetPatternfile.outputs.sm_version }}
adapter_version: ${{ needs.SetPatternfile.outputs.adapter_version }}
output_filename: data.json
Expand Down

0 comments on commit 72851ba

Please sign in to comment.