File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 outputs :
2323 labels : ${{ steps.match-label.outputs.match }}
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v6
2626 - id : match-label
2727 shell : bash
2828 run : |
Original file line number Diff line number Diff line change 2929 packages : write
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v6
3333
3434 # Set up Docker Buildx
3535 - name : Set up Docker Buildx
9696 needs : manifest
9797 runs-on : ubuntu-latest
9898 steps :
99- - uses : actions/checkout@v4
99+ - uses : actions/checkout@v6
100100
101101 - uses : marvinpinto/action-automatic-releases@latest
102102 with :
@@ -112,7 +112,7 @@ jobs:
112112 needs : release
113113 runs-on : ubuntu-latest
114114 steps :
115- - uses : actions/checkout@v4
115+ - uses : actions/checkout@v6
116116
117117 - name : Create release branch
118118 run : git checkout -b release/${{ inputs.version }}
You can’t perform that action at this time.
0 commit comments