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 1414 ruby-version : ["2.6"]
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@v1
17+ uses : actions/checkout@v4
1818 - name : Build container
1919 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}}
2020 - name : Tests
3333 ruby-version : ["2.6"]
3434 steps :
3535 - name : Checkout code
36- uses : actions/checkout@v1
36+ uses : actions/checkout@v4
3737 - name : Build container
3838 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}}
3939 - name : Tests
5252 ruby-version : ["2.6"]
5353 steps :
5454 - name : Checkout code
55- uses : actions/checkout@v1
55+ uses : actions/checkout@v4
5656 - name : Build container
5757 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}}
5858 - name : Tests
7171 ruby-version : ["2.6"]
7272 steps :
7373 - name : Checkout code
74- uses : actions/checkout@v1
74+ uses : actions/checkout@v4
7575 - name : Build container
7676 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}}
7777 - name : Tests
You can’t perform that action at this time.
0 commit comments