File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
composites/get-versions-wrapper Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ This changelog was automatically generated using [Caretaker](https://github.com/
9
9
10
10
- update [ ` [head] ` ] ( https://github.com/ActionsToolbox/container-framework-actions/commit/ )
11
11
12
+ - update [ ` [510c478] ` ] ( https://github.com/ActionsToolbox/container-framework-actions/commit/510c478012e0641f293df0f398f5abc1fbc69599 )
13
+
12
14
- Add first 2 actions [ ` [6e130de] ` ] ( https://github.com/ActionsToolbox/container-framework-actions/commit/6e130de12012e27d7b6fa0dcaaa672ae5d3c0338 )
13
15
14
16
- first push [ ` [8456b9b] ` ] ( https://github.com/ActionsToolbox/container-framework-actions/commit/8456b9b1bb6997ed98349871c523493f847310c1 )
Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ runs:
17
17
steps :
18
18
- name : Get alpine versions
19
19
id : alpine
20
- users : actionstoolbox/container-framework-actions/composites/get-versions@master
20
+ users : actionstoolbox/container-framework-actions/composites/get-versions
21
21
with :
22
22
os : ' alpine'
23
23
- name : Get centos versions
24
24
id : centos
25
- users : actionstoolbox/container-framework-actions/composites/get-versions@master
25
+ users : actionstoolbox/container-framework-actions/composites/get-versions
26
26
with :
27
27
os : ' centos'
28
28
- name : Get debian versions
29
29
id : debian
30
- users : actionstoolbox/container-framework-actions/composites/get-versions@master
30
+ users : actionstoolbox/container-framework-actions/composites/get-versions
31
31
with :
32
32
os : ' debian'
You can’t perform that action at this time.
0 commit comments