File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 git config --global commit.gpgsign true
4141 git config --global tag.gpgsign true
4242 - name : Checkout repository
43- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
43+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
4444 with :
4545 token : ${{ secrets.OPENVOXBOT_COMMIT_AND_PRS }}
4646 - name : Create backport pull requests
Original file line number Diff line number Diff line change 1515 name : Build the gem
1616 runs-on : ubuntu-24.04
1717 steps :
18- - uses : actions/checkout@v6
18+ - uses : actions/checkout@v7
1919 - name : Install Ruby
2020 uses : ruby/setup-ruby@v1
2121 with :
Original file line number Diff line number Diff line change 3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : Checkout repository
34- uses : actions/checkout@v6
34+ uses : actions/checkout@v7
3535 with :
3636 ref : ${{ inputs.branch }}
3737 token : ${{ secrets.OPENVOXBOT_COMMIT_AND_PRS }}
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-24.04
2424 steps :
2525 - name : Checkout repository
26- uses : actions/checkout@v6
26+ uses : actions/checkout@v7
2727 with :
2828 ref : ${{ inputs.base-branch }}
2929
Original file line number Diff line number Diff line change 2525 runs-on : ${{ matrix.cfg.os }}
2626 steps :
2727 - name : Checkout current PR
28- uses : actions/checkout@v6
28+ uses : actions/checkout@v7
2929
3030 - name : Install ruby version ${{ matrix.cfg.ruby }}
3131 uses : ruby/setup-ruby@v1
5858 runs-on : ${{ matrix.cfg.os }}
5959 steps :
6060 - name : Checkout current PR
61- uses : actions/checkout@v6
61+ uses : actions/checkout@v7
6262
6363 - name : Install ruby version ${{ matrix.cfg.ruby }}
6464 uses : ruby/setup-ruby@v1
@@ -117,7 +117,7 @@ jobs:
117117 steps :
118118 # needs fetch-depth because the packaging dem reads old git tags
119119 - name : Checkout current PR
120- uses : actions/checkout@v6
120+ uses : actions/checkout@v7
121121 with :
122122 fetch-depth : 0
123123 - name : Install Ruby version 3.3
You can’t perform that action at this time.
0 commit comments