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 88 vagrant-syntax :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 - uses : ruby/setup-ruby@v1
1313 with :
1414 ruby-version : ' 3.4'
2929 env :
3030 OPENVOX_GEM_VERSION : ${{matrix.openvox.openvox_version}}
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v5
3333 - uses : ruby/setup-ruby@v1
3434 with :
3535 ruby-version : ${{matrix.openvox.ruby_version}}
5454 env :
5555 OPENVOX_GEM_VERSION : ${{matrix.openvox.openvox_version}}
5656 steps :
57- - uses : actions/checkout@v4
57+ - uses : actions/checkout@v5
5858 - uses : ruby/setup-ruby@v1
5959 with :
6060 ruby-version : ${{matrix.openvox.ruby_version}}
6666 yamllint :
6767 runs-on : ubuntu-latest
6868 steps :
69- - uses : actions/checkout@v4
69+ - uses : actions/checkout@v5
7070 - name : Install yamllint
7171 run : pip install 'yamllint>=1,<2'
7272 - name : Run yamllint
You can’t perform that action at this time.
0 commit comments