File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 vagrant-syntax :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v6
11+ - uses : actions/checkout@v7
1212 - uses : ruby/setup-ruby@v1
1313 with :
1414 ruby-version : ' 4.0.6'
2929 env :
3030 OPENVOX_GEM_VERSION : ${{matrix.openvox.openvox_version}}
3131 steps :
32- - uses : actions/checkout@v6
32+ - uses : actions/checkout@v7
3333 - uses : ruby/setup-ruby@v1
3434 with :
3535 ruby-version : ${{matrix.openvox.ruby_version}}
5757 env :
5858 OPENVOX_GEM_VERSION : ${{matrix.openvox.openvox_version}}
5959 steps :
60- - uses : actions/checkout@v6
60+ - uses : actions/checkout@v7
6161 - uses : ruby/setup-ruby@v1
6262 with :
6363 ruby-version : ${{matrix.openvox.ruby_version}}
6969 yamllint :
7070 runs-on : ubuntu-latest
7171 steps :
72- - uses : actions/checkout@v6
72+ - uses : actions/checkout@v7
7373 - name : Install yamllint
7474 run : pip install 'yamllint>=1,<2'
7575 - name : Run yamllint
You can’t perform that action at this time.
0 commit comments