mirror of
https://github.com/go-eagle/eagle.git
synced 2025-09-26 20:41:26 +08:00
chore(ci): fix kubectl version to v1.26.4
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
- name: Install kubectl
|
||||
uses: azure/setup-kubectl@v3
|
||||
with:
|
||||
version: 'v1.26' # default is latest stable
|
||||
version: 'v1.26.4' # default is latest stable
|
||||
id: install
|
||||
|
||||
- name: Configure AWS credentials
|
||||
|
Reference in New Issue
Block a user