File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -64,12 +64,12 @@ jobs:
64
64
KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
65
65
KAYOBE_IMAGE : ${{ inputs.kayobe_image }}
66
66
steps :
67
- - uses : actions/checkout@v2
67
+ - uses : actions/checkout@v3
68
68
with :
69
69
submodules : true
70
70
71
71
- name : Install terraform
72
- uses : hashicorp/setup-terraform@v1
72
+ uses : hashicorp/setup-terraform@v2
73
73
74
74
- name : Initialise terraform
75
75
run : terraform init
Original file line number Diff line number Diff line change @@ -37,20 +37,20 @@ jobs:
37
37
steps :
38
38
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
39
39
- name : Checkout kayobe config
40
- uses : actions/checkout@v2
40
+ uses : actions/checkout@v3
41
41
with :
42
42
submodules : true
43
43
44
44
- name : Log in to the Container registry
45
- uses : docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
45
+ uses : docker/login-action@v2
46
46
with :
47
47
registry : ${{ env.REGISTRY }}
48
48
username : ${{ github.actor }}
49
49
password : ${{ secrets.GITHUB_TOKEN }}
50
50
51
51
- name : Extract metadata (tags, labels) for Docker
52
52
id : meta
53
- uses : docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
53
+ uses : docker/metadata-action@v4
54
54
with :
55
55
images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
56
56
Original file line number Diff line number Diff line change 26
26
with :
27
27
fetch-depth : 0
28
28
- name : Setup Python ${{ matrix.python-version }} 🐍
29
- uses : actions/setup-python@v3
29
+ uses : actions/setup-python@v4
30
30
with :
31
31
python-version : ${{ matrix.python-version }}
32
32
- name : Install Tox 📦
You can’t perform that action at this time.
0 commit comments