File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
ruby-version : ["2.6"]
15
15
steps :
16
16
- name : Checkout code
17
- uses : actions/checkout@v1
17
+ uses : actions/checkout@v4
18
18
- name : Build container
19
19
run : docker build . --file Dockerfile --tag octocatalog-diff:ruby${{matrix.ruby-version}} --build-arg RUBY_VERSION=${{matrix.ruby-version}} --build-arg PUPPET_VERSION=${{env.PUPPET_VERSION}}
20
20
- name : Tests
33
33
ruby-version : ["2.6"]
34
34
steps :
35
35
- name : Checkout code
36
- uses : actions/checkout@v1
36
+ uses : actions/checkout@v4
37
37
- name : Build container
38
38
run : docker build . --file Dockerfile --tag octocatalog-diff:ruby${{matrix.ruby-version}} --build-arg RUBY_VERSION=${{matrix.ruby-version}} --build-arg PUPPET_VERSION=${{env.PUPPET_VERSION}}
39
39
- name : Tests
52
52
ruby-version : ["2.6"]
53
53
steps :
54
54
- name : Checkout code
55
- uses : actions/checkout@v1
55
+ uses : actions/checkout@v4
56
56
- name : Build container
57
57
run : docker build . --file Dockerfile --tag octocatalog-diff:ruby${{matrix.ruby-version}} --build-arg RUBY_VERSION=${{matrix.ruby-version}} --build-arg PUPPET_VERSION=${{env.PUPPET_VERSION}}
58
58
- name : Tests
71
71
ruby-version : ["2.6"]
72
72
steps :
73
73
- name : Checkout code
74
- uses : actions/checkout@v1
74
+ uses : actions/checkout@v4
75
75
- name : Build container
76
76
run : docker build . --file Dockerfile --tag octocatalog-diff:ruby${{matrix.ruby-version}} --build-arg RUBY_VERSION=${{matrix.ruby-version}} --build-arg PUPPET_VERSION=${{env.PUPPET_VERSION}}
77
77
- name : Tests
You can’t perform that action at this time.
0 commit comments