File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 os : ["ubuntu-latest"]
1717 runs-on : ${{ matrix.os }}
1818 steps :
19- - uses : actions/checkout@v6
19+ - uses : actions/checkout@v7
2020 - uses : ruby/setup-ruby@v1.313.0
2121 with :
2222 ruby-version : 3.4.7
4343 shell : ["sh","bash"]
4444 runs-on : ${{ matrix.os }}
4545 steps :
46- - uses : actions/checkout@v6
46+ - uses : actions/checkout@v7
4747 - name : Download all workflow run artifacts
4848 uses : actions/download-artifact@v4
4949 - name : test ${{ matrix.os }} package
Original file line number Diff line number Diff line change 2929 permissions :
3030 contents : write
3131 steps :
32- - uses : actions/checkout@v6
32+ - uses : actions/checkout@v7
3333 with :
3434 fetch-depth : 0
3535
Original file line number Diff line number Diff line change 99 release :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v6
12+ - uses : actions/checkout@v7
1313 with :
1414 fetch-depth : 0
1515
Original file line number Diff line number Diff line change 99 build :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v6
12+ - uses : actions/checkout@v7
1313 with :
1414 fetch-depth : 0
1515
You can’t perform that action at this time.
0 commit comments