Skip to content

Commit 72851ba

Browse files
authored
Merge pull request #152 from meshery/leecalcote/ci/chore/deps
chore: [CI] update dependencies
2 parents e31cf51 + 0f95c2e commit 72851ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/e2etests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
adapter_version: ${{ env.version }}
1717
steps:
1818
- name: Checkout Code
19-
uses: actions/checkout@master
19+
uses: actions/checkout@4
2020
- name: Get version of adapter
2121
run: |
2222
if [ ${{ github.event_name }} == "release" ];then
@@ -34,7 +34,7 @@ jobs:
3434
yq e -i '.services.cilium.version="${{ steps.glrt.outputs.release }}"' ./.github/install/deploy.yaml
3535
cat ./.github/install/deploy.yaml
3636
- name: Uploading file
37-
uses: actions/upload-artifact@v3.0.0
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: patternfile
4040
path: ./.github/install/deploy.yaml
@@ -51,7 +51,7 @@ jobs:
5151
adapter_name: cilium
5252
patternfile_name: deploy.yaml
5353
provider: Local
54-
k8s_version: v1.20.1
54+
k8s_version: v1.29.0
5555
sm_version: ${{ needs.SetPatternfile.outputs.sm_version }}
5656
adapter_version: ${{ needs.SetPatternfile.outputs.adapter_version }}
5757
output_filename: data.json

0 commit comments

Comments
 (0)