Skip to content

Commit 29e3aae

Browse files
committed
update
1 parent 510c478 commit 29e3aae

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ This changelog was automatically generated using [Caretaker](https://github.com/
99

1010
- update [`[head]`](https://github.com/ActionsToolbox/container-framework-actions/commit/)
1111

12+
- update [`[510c478]`](https://github.com/ActionsToolbox/container-framework-actions/commit/510c478012e0641f293df0f398f5abc1fbc69599)
13+
1214
- Add first 2 actions [`[6e130de]`](https://github.com/ActionsToolbox/container-framework-actions/commit/6e130de12012e27d7b6fa0dcaaa672ae5d3c0338)
1315

1416
- first push [`[8456b9b]`](https://github.com/ActionsToolbox/container-framework-actions/commit/8456b9b1bb6997ed98349871c523493f847310c1)

composites/get-versions-wrapper/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ runs:
1717
steps:
1818
- name: Get alpine versions
1919
id: alpine
20-
users: actionstoolbox/container-framework-actions/composites/get-versions@master
20+
users: actionstoolbox/container-framework-actions/composites/get-versions
2121
with:
2222
os: 'alpine'
2323
- name: Get centos versions
2424
id: centos
25-
users: actionstoolbox/container-framework-actions/composites/get-versions@master
25+
users: actionstoolbox/container-framework-actions/composites/get-versions
2626
with:
2727
os: 'centos'
2828
- name: Get debian versions
2929
id: debian
30-
users: actionstoolbox/container-framework-actions/composites/get-versions@master
30+
users: actionstoolbox/container-framework-actions/composites/get-versions
3131
with:
3232
os: 'debian'

0 commit comments

Comments
 (0)