File tree 5 files changed +13
-4
lines changed
5 files changed +13
-4
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ version : 2
3
+ updates :
4
+ # Check for updates to GitHub Actions every week
5
+ - package-ecosystem : " github-actions"
6
+ directory : " /"
7
+ schedule :
8
+ interval : " weekly"
9
+
Original file line number Diff line number Diff line change 8
8
9
9
steps :
10
10
# Important: This sets up your GITHUB_WORKSPACE environment variable
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@v4
12
12
13
13
- name : Lint Ansible Playbook
14
14
uses : ansible/ansible-lint-action@v6
Original file line number Diff line number Diff line change 29
29
# Checkout the code base #
30
30
# #########################
31
31
- name : Checkout Code
32
- uses : actions/checkout@v3
32
+ uses : actions/checkout@v4
33
33
with :
34
34
# Full git history is needed to get a proper list of changed files within `super-linter`
35
35
fetch-depth : 0
Original file line number Diff line number Diff line change 12
12
13
13
steps :
14
14
- name : Checkout Code
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
with :
17
17
# Full git history is needed to get a proper list of changed files within `super-linter`
18
18
fetch-depth : 0
Original file line number Diff line number Diff line change 76
76
manifest_file_ref : " {{ manifest_file_ref }}"
77
77
kubeconfig : " {{ node_kubeconfigs.resources[0].data['lb-ext.kubeconfig'] | b64decode }}"
78
78
vault_ca : " {{ vault_ca }}"
79
- vault_root_token : " {{ vault_data.root_token }}"
79
+ vault_root_token : " {{ vault_data.root_token }}"
80
80
vault_url : https://vault.vault.svc:8200
You can’t perform that action at this time.
0 commit comments