File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2222 PR_AUTHOR : ${{ github.event.pull_request.user.login }}
2323 GH_REPO : ${{ github.repository }}
2424 steps :
25- - uses : actions/checkout@v5
25+ - uses : actions/checkout@v6
2626 with :
2727 filter : ' blob:none'
2828 fetch-depth : 0
Original file line number Diff line number Diff line change 2828 pull-requests : write
2929 contents : write
3030 steps :
31- - uses : actions/checkout@v5
31+ - uses : actions/checkout@v6
3232 with :
3333 filter : ' blob:none'
3434 fetch-depth : 0
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 timeout-minutes : 30
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 - uses : ruby/setup-ruby@v1
1616 with :
1717 ruby-version : ruby
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 timeout-minutes : 30
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 - uses : ruby/setup-ruby@v1
1919 with :
2020 ruby-version : ruby
2929 runs-on : ubuntu-latest
3030 timeout-minutes : 30
3131 steps :
32- - uses : actions/checkout@v5
32+ - uses : actions/checkout@v6
3333 - uses : ruby/setup-ruby@v1
3434 with :
3535 ruby-version : ruby
6161 runs-on : ubuntu-latest
6262 timeout-minutes : 60
6363 steps :
64- - uses : actions/checkout@v5
64+ - uses : actions/checkout@v6
6565 - uses : ruby/setup-ruby@v1
6666 with :
6767 ruby-version : ruby
7474 test_rubocop_yml :
7575 runs-on : ubuntu-latest
7676 steps :
77- - uses : actions/checkout@v5
77+ - uses : actions/checkout@v6
7878 - uses : ruby/setup-ruby@v1
7979 with :
8080 ruby-version : ruby
Original file line number Diff line number Diff line change 2020 PR_NUMBER : ${{ github.event.pull_request.number }}
2121 GH_REPO : ${{ github.repository }}
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 with :
2525 filter : ' blob:none'
2626 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments